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.
1 parent f631ca8 commit 6d690edCopy full SHA for 6d690ed
src/Illuminate/Support/Facades/Storage.php
@@ -7,7 +7,7 @@
7
/**
8
* @method static \Illuminate\Contracts\Filesystem\Filesystem drive(string|null $name = null)
9
* @method static \Illuminate\Contracts\Filesystem\Filesystem disk(string|null $name = null)
10
- * @method static \Illuminate\Contracts\Filesystem\Filesystem cloud()
+ * @method static \Illuminate\Contracts\Filesystem\Cloud cloud()
11
* @method static \Illuminate\Contracts\Filesystem\Filesystem build(string|array $config)
12
* @method static \Illuminate\Contracts\Filesystem\Filesystem createLocalDriver(array $config)
13
* @method static \Illuminate\Contracts\Filesystem\Filesystem createFtpDriver(array $config)
0 commit comments