Fixed base path in local file driver

This commit is contained in:
snipe 2018-07-25 10:44:37 -07:00
parent 63bf71b071
commit 9535c68dfe

View file

@ -54,7 +54,7 @@ return [
'local' => [ 'local' => [
'driver' => 'local', 'driver' => 'local',
'root' => base_path('/'), 'root' => base_path(),
], ],
'ftp' => [ 'ftp' => [