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