Skip to content

Commit f8c493c

Browse files
committed
default value
1 parent 1c1aeb5 commit f8c493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected function callCustomCreator(array $config)
170170
* @param string $name
171171
* @return \Illuminate\Contracts\Filesystem\Filesystem
172172
*/
173-
public function createLocalDriver(array $config, string $name)
173+
public function createLocalDriver(array $config, string $name = 'local')
174174
{
175175
$visibility = PortableVisibilityConverter::fromArray(
176176
$config['permissions'] ?? [],

0 commit comments

Comments
 (0)