Passed
Push — master ( 5ad163...c6181a )
by alpha
11:14
created
src/AliyunServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,12 +19,12 @@
 block discarded – undo
19 19
     public function boot(): void
20 20
     {
21 21
         $this->mergeConfigFrom(
22
-            __DIR__ . "/../config/config.php",
22
+            __DIR__."/../config/config.php",
23 23
             "filesystems.disks.oss"
24 24
         );
25 25
 
26 26
         $this->app->make("filesystem")
27
-            ->extend("oss", function (Application $app, array $config) {
27
+            ->extend("oss", function(Application $app, array $config) {
28 28
                 $adapter = (new AliyunFactory())->createAdapter($config);
29 29
                 $driver = (new Filesystem($adapter));
30 30
                 $filesystem = new FilesystemAdapter($driver, $adapter, $config);
Please login to merge, or discard this patch.