Skip to content

Commit

Permalink
fix return flysystem (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasongzj authored Jul 22, 2020
1 parent 9beed80 commit 644327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CosStorageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function boot()
$filesystem = new Filesystem($adapter);
$filesystem->addPlugin(new FileUrl());

return new Filesystem();
return $filesystem;
});
}

Expand Down

0 comments on commit 644327d

Please sign in to comment.