Commit 371cde8
authored
Fix namespace in LfmConfigHandler
I got this error when using [**barryvdh/laravel-ide-helper**] to generate phpDoc.
`PHP Fatal error: Class 'Unisharp\Laravelfilemanager\Handlers\ConfigHandler' not found in C:\....\app\Handlers\LfmConfigHandler.php on line 5`
=> fixed the namespace [ capital S and capital F]1 parent 64ac677 commit 371cde8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments