Passed
Push — master ( ebcd20...3e4586 )
by alpha
18:28 queued 03:29
created
src/AliyunServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         }
44 44
 
45 45
         $config->set("filesystems.disks.oss", array_merge(
46
-            require __DIR__ . "/../config/config.php",
46
+            require __DIR__."/../config/config.php",
47 47
             $config->get("filesystems.disks.oss", [])
48 48
         ));
49 49
     }
Please login to merge, or discard this patch.