We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -14,6 +14,6 @@ |
||
14 | 14 | 'namespace' => 'Backpack\Settings\app\Http\Controllers', |
15 | 15 | 'prefix' => config('backpack.base.route_prefix', 'admin'), |
16 | 16 | 'middleware' => ['web', backpack_middleware()], |
17 | -], function () { |
|
17 | +], function() { |
|
18 | 18 | Route::crud(config('backpack.settings.route'), 'SettingCrudController'); |
19 | 19 | }); |