Completed
Push — master ( 2aa368...a7cf01 )
by Jelly
03:12
created
src/UpyunServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@
 block discarded – undo
16 16
      */
17 17
     public function boot()
18 18
     {
19
-        Storage::extend('upyun', function ($app, $config) {
19
+        Storage::extend('upyun', function($app, $config) {
20 20
             $adapter = new UpyunAdapter(
21 21
                 $config['bucket'], $config['operator'],
22
-                $config['password'],$config['domain'],$config['protocol']
22
+                $config['password'], $config['domain'], $config['protocol']
23 23
             );
24 24
 
25 25
             $filesystem = new Filesystem($adapter);
Please login to merge, or discard this patch.