@@ -14,5 +14,5 @@ |
||
14 | 14 | // 'middleware' => ['web', config('backpack.base.middleware_key', 'admin')], |
15 | 15 | 'middleware' => [config('backpack.base.middleware_key', 'admin')], |
16 | 16 | 'namespace' => 'App\Http\Controllers\Admin', |
17 | -], function () { // custom admin routes |
|
17 | +], function() { // custom admin routes |
|
18 | 18 | }); // this should be the absolute last line of this file |