We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | 'middleware' => config('backpack.base.web_middleware', 'web'), |
| 17 | 17 | 'prefix' => config('backpack.base.route_prefix'), |
| 18 | 18 | ], |
| 19 | -function () { |
|
| 19 | +function() { |
|
| 20 | 20 | // if not otherwise configured, setup the auth routes |
| 21 | 21 | if (config('backpack.base.setup_auth_routes')) { |
| 22 | 22 | // Authentication Routes... |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | // NOTE: The fallback should be the last command in this file. |
| 55 | 55 | |
| 56 | 56 | // When no matching route is found, show the 404 page. |
| 57 | - Route::fallback(function () { |
|
| 57 | + Route::fallback(function() { |
|
| 58 | 58 | abort('404'); |
| 59 | 59 | }); |
| 60 | 60 | }); |