We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 057850d + 6e2ea3b commit ef0df2aCopy full SHA for ef0df2a
src/QiniuFilesystemServiceProvider.php
@@ -1,5 +1,6 @@
1
<?php namespace zgldh\QiniuStorage;
2
3
+use Illuminate\Support\Facades\Storage;
4
use League\Flysystem\Filesystem;
5
use Illuminate\Support\ServiceProvider;
6
use zgldh\QiniuStorage\Plugins\DownloadUrl;
@@ -23,7 +24,7 @@ class QiniuFilesystemServiceProvider extends ServiceProvider
23
24
25
public function boot()
26
{
- \Storage::extend(
27
+ Storage::extend(
28
'qiniu',
29
function ($app, $config) {
30
if (isset($config['domains'])) {
0 commit comments