@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function boot() |
19 | 19 | { |
20 | - Storage::extend('bos', function ($app, $config) { |
|
20 | + Storage::extend('bos', function($app, $config) { |
|
21 | 21 | $config += [ |
22 | 22 | 'disable_asserts' => true, |
23 | 23 | 'case_sensitive' => true, |