File tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
9
* @method static \Illuminate\Contracts\Filesystem\Filesystem disk(string|null $name = null)
10
10
* @method static \Illuminate\Contracts\Filesystem\Cloud cloud()
11
11
* @method static \Illuminate\Contracts\Filesystem\Filesystem build(string|array $config)
12
- * @method static \Illuminate\Contracts\Filesystem\Filesystem createLocalDriver(array $config, string $name)
12
+ * @method static \Illuminate\Contracts\Filesystem\Filesystem createLocalDriver(array $config, string $name = 'local' )
13
13
* @method static \Illuminate\Contracts\Filesystem\Filesystem createFtpDriver(array $config)
14
14
* @method static \Illuminate\Contracts\Filesystem\Filesystem createSftpDriver(array $config)
15
15
* @method static \Illuminate\Contracts\Filesystem\Cloud createS3Driver(array $config)
You can’t perform that action at this time.
0 commit comments