Passed
Push — master ( 8cb180...a21f4c )
by frey
02:22
created
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      */
24 24
     public function boot()
25 25
     {
26
-        $source = realpath(__DIR__ . '/filesystems.php');
26
+        $source = realpath(__DIR__.'/filesystems.php');
27 27
 
28 28
         if ($this->app instanceof LaravelApplication) {
29 29
             if ($this->app->runningInConsole()) {
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
         }
37 37
 
38 38
         $this->app->make('filesystem')
39
-                  ->extend('cosv4', function ($app, $config) {
39
+                  ->extend('cosv4', function($app, $config) {
40 40
                       return new Filesystem(new Adapter($config));
41 41
                   })
42 42
                   ->disk('cosv4')
Please login to merge, or discard this patch.