Completed
Push — master ( aa4ba0...efccbe )
by frey
05:03
created
src/ServiceProvider.php 2 patches
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -26,13 +26,13 @@
 block discarded – undo
26 26
         }
27 27
 
28 28
         $this->app->make('filesystem')
29
-                  ->extend('cosv3', function ($app, $config) {
30
-                      $flysystem = new Filesystem(new Adapter($config));
31
-                      $flysystem->addPlugin(new PutRemoteFile());
32
-                      $flysystem->addPlugin(new PutRemoteFileAs());
33
-                      $flysystem->addPlugin(new GetUrl());
34
-                      return $flysystem;
35
-                  });
29
+                    ->extend('cosv3', function ($app, $config) {
30
+                        $flysystem = new Filesystem(new Adapter($config));
31
+                        $flysystem->addPlugin(new PutRemoteFile());
32
+                        $flysystem->addPlugin(new PutRemoteFileAs());
33
+                        $flysystem->addPlugin(new GetUrl());
34
+                        return $flysystem;
35
+                    });
36 36
     }
37 37
 
38 38
     /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         }
27 27
 
28 28
         $this->app->make('filesystem')
29
-                  ->extend('cosv3', function ($app, $config) {
29
+                  ->extend('cosv3', function($app, $config) {
30 30
                       $flysystem = new Filesystem(new Adapter($config));
31 31
                       $flysystem->addPlugin(new PutRemoteFile());
32 32
                       $flysystem->addPlugin(new PutRemoteFileAs());
Please login to merge, or discard this patch.