Skip to content

Commit 08ec5b8

Browse files
authored
Merge pull request #2138 from JaZo/patch-1
Fix docblock in CrudController
2 parents ddbe3e2 + f558424 commit 08ec5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Http/Controllers/CrudController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CrudController extends Controller
1515
public $request;
1616

1717
/**
18-
* @var CrudPanel
18+
* @var \Backpack\CRUD\app\Library\CrudPanel\CrudPanel
1919
*/
2020
public $crud;
2121

0 commit comments

Comments
 (0)