We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b14c98 commit 77ded60Copy full SHA for 77ded60
src/routes/backpack/custom.php
@@ -9,8 +9,8 @@
9
Route::group([
10
'prefix' => config('backpack.base.route_prefix', 'admin'),
11
'middleware' => array_merge(
12
- (array)config('backpack.base.web_middleware', 'web'),
13
- (array)config('backpack.base.middleware_key', 'admin')
+ (array) config('backpack.base.web_middleware', 'web'),
+ (array) config('backpack.base.middleware_key', 'admin')
14
),
15
'namespace' => 'App\Http\Controllers\Admin',
16
], function () { // custom admin routes
0 commit comments