We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | 'middleware' => config('backpack.base.web_middleware', 'web'), |
| 19 | 19 | 'prefix' => config('backpack.base.route_prefix'), |
| 20 | 20 | ], |
| 21 | - function () { |
|
| 21 | + function() { |
|
| 22 | 22 | // if not otherwise configured, setup the auth routes |
| 23 | 23 | if (config('backpack.base.setup_auth_routes')) { |
| 24 | 24 | // Authentication Routes... |