@@ -6,8 +6,8 @@ |
||
| 6 | 6 | * RouteServiceProvider |
| 7 | 7 | */ |
| 8 | 8 | Route::group(['middleware' => 'web'], function () { |
| 9 | - if (config('adminlte.auth_route', true)) |
|
| 10 | - Route::auth(); |
|
| 9 | + if (config('adminlte.auth_route', true)) |
|
| 10 | + Route::auth(); |
|
| 11 | 11 | |
| 12 | 12 | Route::get('/home', 'HomeController@index'); |
| 13 | 13 | }); |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * RouteServiceProvider |
| 7 | 7 | */ |
| 8 | 8 | Route::group(['middleware' => 'web'], function () { |
| 9 | - if (config('adminlte.auth_route', true)) |
|
| 10 | - Route::auth(); |
|
| 9 | + if (config('adminlte.auth_route', true)) { |
|
| 10 | + Route::auth(); |
|
| 11 | + } |
|
| 11 | 12 | |
| 12 | 13 | Route::get('/home', 'HomeController@index'); |
| 13 | 14 | }); |