We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | */ |
74 | 74 | public function register() |
75 | 75 | { |
76 | - $this->app->bind('CRUD', function ($app) { |
|
76 | + $this->app->bind('CRUD', function($app) { |
|
77 | 77 | return new CRUD($app); |
78 | 78 | }); |
79 | 79 | |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | |
93 | 93 | |
94 | 94 | // map the elfinder prefix |
95 | - if (! \Config::get('elfinder.route.prefix')) { |
|
95 | + if (!\Config::get('elfinder.route.prefix')) { |
|
96 | 96 | \Config::set('elfinder.route.prefix', \Config::get('backpack.base.route_prefix').'/elfinder'); |
97 | 97 | } |
98 | 98 | } |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | { |
113 | 113 | $crudPubPath = public_path('vendor/backpack/crud'); |
114 | 114 | |
115 | - if (! is_dir($crudPubPath)) { |
|
115 | + if (!is_dir($crudPubPath)) { |
|
116 | 116 | return true; |
117 | 117 | } |
118 | 118 |