| @@ -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 | $api->authenticate(); | 
| 21 | 21 | |