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.
temporaryUploadUrl
1 parent 9a10e73 commit 9f9bac5Copy full SHA for 9f9bac5
Facades/Storage.php
@@ -59,6 +59,7 @@
59
* @method static string url(string $path)
60
* @method static bool providesTemporaryUrls()
61
* @method static string temporaryUrl(string $path, \DateTimeInterface $expiration, array $options = [])
62
+ * @method static array temporaryUploadUrl(string $path, \DateTimeInterface $expiration, array $options = [])
63
* @method static \League\Flysystem\FilesystemOperator getDriver()
64
* @method static \League\Flysystem\FilesystemAdapter getAdapter()
65
* @method static array getConfig()
0 commit comments