We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -9,9 +9,9 @@ |
||
9 | 9 | Route::group([ |
10 | 10 | 'prefix' => config('backpack.base.route_prefix', 'admin'), |
11 | 11 | 'middleware' => array_merge( |
12 | - (array)config('backpack.base.web_middleware', 'web'), |
|
13 | - (array)config('backpack.base.middleware_key', 'admin') |
|
12 | + (array) config('backpack.base.web_middleware', 'web'), |
|
13 | + (array) config('backpack.base.middleware_key', 'admin') |
|
14 | 14 | ), |
15 | 15 | 'namespace' => 'App\Http\Controllers\Admin', |
16 | -], function () { // custom admin routes |
|
16 | +], function() { // custom admin routes |
|
17 | 17 | }); // this should be the absolute last line of this file |