Passed
Push — master ( e21a2f...5d476d )
by frey
02:02
created
src/ServiceProvider.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
36 36
         }
37 37
 
38 38
         $this->app->make('filesystem')
39
-                  ->extend('cosv4', function ($app, $config) {
40
-                      return new Filesystem(new Adapter($config));
41
-                  })
42
-                  ->disk('cosv4')
43
-                  ->addPlugin(new PutRemoteFile())
44
-                  ->addPlugin(new PutRemoteFileAs())
45
-                  ->addPlugin(new GetUrl());
39
+                    ->extend('cosv4', function ($app, $config) {
40
+                        return new Filesystem(new Adapter($config));
41
+                    })
42
+                    ->disk('cosv4')
43
+                    ->addPlugin(new PutRemoteFile())
44
+                    ->addPlugin(new PutRemoteFileAs())
45
+                    ->addPlugin(new GetUrl());
46 46
     }
47 47
 
48 48
     /**
Please login to merge, or discard this patch.