Passed
Push — master ( 2d2b87...338bcd )
by Thomas
10:49
created
src/BaiduBosServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function boot()
19 19
     {
20
-        Storage::extend('bos', function ($app, $config) {
20
+        Storage::extend('bos', function($app, $config) {
21 21
             $config += [
22 22
                 'disable_asserts' => true,
23 23
                 'case_sensitive' => true,
Please login to merge, or discard this patch.