Skip to content

Commit 48a496e

Browse files
committed
Remove some comment
1 parent 22c65fa commit 48a496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$middlewares = \Config::get('lfm.middlewares');
33
$prefix = \Config::get('lfm.prefix', 'laravel-filemanager');
44
array_push($middlewares, '\Unisharp\Laravelfilemanager\middleware\MultiUser');
5-
//, 'as' => 'admin.'
5+
66
// make sure authenticated
77
Route::group(array('middleware' => $middlewares, 'prefix' => $prefix, 'as' => 'unisharp.lfm.'), function ()
88
{

0 commit comments

Comments
 (0)