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