We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | */ |
76 | 76 | public function register() |
77 | 77 | { |
78 | - $this->app->bind('CRUD', function ($app) { |
|
78 | + $this->app->bind('CRUD', function($app) { |
|
79 | 79 | return new CRUD($app); |
80 | 80 | }); |
81 | 81 | |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | { |
151 | 151 | $crudPubPath = public_path('vendor/backpack/crud'); |
152 | 152 | |
153 | - if (! is_dir($crudPubPath)) { |
|
153 | + if (!is_dir($crudPubPath)) { |
|
154 | 154 | return true; |
155 | 155 | } |
156 | 156 |