Skip to content

Commit f558424

Browse files
authored
Fix docblock in CrudController
1 parent 0cd48d8 commit f558424

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)