@@ -12,7 +12,7 @@ |
||
| 12 | 12 | { |
| 13 | 13 | public function boot() |
| 14 | 14 | { |
| 15 | - Storage::extend('b2', function ($app, $config) { |
|
| 15 | + Storage::extend('b2', function($app, $config) { |
|
| 16 | 16 | if (!( |
| 17 | 17 | isset($config['accountId']) || |
| 18 | 18 | isset($config['applicationKey']) || |