Browse Source

usefullinks bug fix cuss of merge request :)

AVMG20 4 years ago
parent
commit
d7a9e47d62
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Http/Controllers/Admin/UsefulLinkController.php

+ 2 - 0
app/Http/Controllers/Admin/UsefulLinkController.php

@@ -26,6 +26,8 @@ class UsefulLinkController extends Controller
     /**
     /**
      * Show the form for creating a new resource.
      * Show the form for creating a new resource.
      *
      *
+     * @return Application|Factory|View|Response
+     */
     public function create()
     public function create()
     {
     {
         return view('admin.usefullinks.create');
         return view('admin.usefullinks.create');