We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -21,7 +21,7 @@ |
||
21 | 21 | $app['router']->get('users/{id}/edit', "$controller@edit"); |
22 | 22 | $app['router']->put('users/{id}', "$controller@update"); |
23 | 23 | |
24 | - $app->singleton('crud', function ($app) { |
|
24 | + $app->singleton('crud', function($app) { |
|
25 | 25 | return new CrudPanel($app); |
26 | 26 | }); |
27 | 27 | } |