@@ -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 | $bucketIsConfigured = isset($config['bucketId']) || isset($config['bucketName']); |
17 | 17 | if (!( |
18 | 18 | isset($config['accountId']) && |