We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function register() |
65 | 65 | { |
66 | - $this->app->bind('CRUD', function ($app) { |
|
66 | + $this->app->bind('CRUD', function($app) { |
|
67 | 67 | return new CRUD($app); |
68 | 68 | }); |
69 | 69 | |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | |
83 | 83 | // map the elfinder prefix |
84 | 84 | if (!\Config::get('elfinder.route.prefix')) { |
85 | - \Config::set('elfinder.route.prefix', \Config::get('backpack.base.route_prefix') . '/elfinder'); |
|
85 | + \Config::set('elfinder.route.prefix', \Config::get('backpack.base.route_prefix').'/elfinder'); |
|
86 | 86 | } |
87 | 87 | |
88 | 88 | } |