mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Fixed base path in local file driver
This commit is contained in:
parent
63bf71b071
commit
9535c68dfe
|
@ -54,7 +54,7 @@ return [
|
|||
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => base_path('/'),
|
||||
'root' => base_path(),
|
||||
],
|
||||
|
||||
'ftp' => [
|
||||
|
|
Loading…
Reference in a new issue