Completed
Push — master ( 4cb76b...bae4b1 )
by Timur
01:49
created
src/SelectelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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']);
Please login to merge, or discard this patch.