UniSharp /
laravel-filemanager
| 1 | <?php |
||
| 2 | |||
| 3 | namespace UniSharp\LaravelFilemanager\Controllers; |
||
| 4 | |||
| 5 | class DemoController extends LfmController |
||
| 6 | { |
||
| 7 | public function index() |
||
| 8 | { |
||
| 9 | return view('laravel-filemanager::demo'); |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 10 | } |
||
| 11 | } |
||
| 12 |