|
...
|
...
|
@@ -11,7 +11,7 @@ use Illuminate\Support\Facades\Facade; |
|
|
|
* @method static array filePut(string $filename, string $content, string|array $config="default")
|
|
|
|
* @method static string url2path(string $url, string|array $disk="upload")
|
|
|
|
* @method static string path2url(string $path, string|array $disk="upload")
|
|
|
|
* @method static array lists(string $config)
|
|
|
|
* @method static array lists(string $config,array $ext=[])
|
|
|
|
*/
|
|
|
|
class Upload extends Facade
|
|
|
|
{
|
...
|
...
|
|