@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function boot() |
17 | 17 | { |
18 | - Storage::extend('selectel', function ($app, $config) { |
|
18 | + Storage::extend('selectel', function($app, $config) { |
|
19 | 19 | $api = new ApiClient($config['username'], $config['password']); |
20 | 20 | $storage = new CloudStorage($api); |
21 | 21 | $container = $storage->getContainer($config['container']); |