Use working directory.
This commit is contained in:
parent
a27f7486dc
commit
aa9015cac0
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
'local' => [
|
'local' => [
|
||||||
'driver' => 'local',
|
'driver' => 'local',
|
||||||
'root' => base_path(),
|
'root' => storage_path().'/work',
|
||||||
],
|
],
|
||||||
|
|
||||||
's3' => [
|
's3' => [
|
||||||
|
|
Loading…
Reference in New Issue