Completed
Pull Request — master (#16)
by frey
03:46
created
src/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             __DIR__.'/filesystems.php' => config_path('filesystems.php'),
26 26
         ]);
27 27
 
28
-        Storage::extend('cosv3', function ($app, $config) {
28
+        Storage::extend('cosv3', function($app, $config) {
29 29
             return new Filesystem(new Adapter($config));
30 30
         });
31 31
 
Please login to merge, or discard this patch.