| @@ -16,10 +16,10 @@ | ||
| 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); |