Passed
Push — master ( 79f76b...06dccb )
by frey
05:55
created
src/ServiceProvider.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -31,20 +31,20 @@
 block discarded – undo
31 31
         }
32 32
 
33 33
         $this->app->make('filesystem')
34
-                  ->extend('cosv5', function ($app, $config) {
35
-                      $client = new Client($config);
36
-                      $flysystem = new Filesystem(new Adapter($client, $config), $config);
34
+                    ->extend('cosv5', function ($app, $config) {
35
+                        $client = new Client($config);
36
+                        $flysystem = new Filesystem(new Adapter($client, $config), $config);
37 37
 
38
-                      $flysystem->addPlugin(new PutRemoteFile());
39
-                      $flysystem->addPlugin(new PutRemoteFileAs());
40
-                      $flysystem->addPlugin(new GetUrl());
41
-                      $flysystem->addPlugin(new CDN());
42
-                      $flysystem->addPlugin(new TCaptcha());
43
-                      $flysystem->addPlugin(new GetFederationToken());
44
-                      $flysystem->addPlugin(new GetFederationTokenV3());
38
+                        $flysystem->addPlugin(new PutRemoteFile());
39
+                        $flysystem->addPlugin(new PutRemoteFileAs());
40
+                        $flysystem->addPlugin(new GetUrl());
41
+                        $flysystem->addPlugin(new CDN());
42
+                        $flysystem->addPlugin(new TCaptcha());
43
+                        $flysystem->addPlugin(new GetFederationToken());
44
+                        $flysystem->addPlugin(new GetFederationTokenV3());
45 45
 
46
-                      return $flysystem;
47
-                  });
46
+                        return $flysystem;
47
+                    });
48 48
     }
49 49
 
50 50
     /**
Please login to merge, or discard this patch.