mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Try to test for confirmation errors.
This commit is contained in:
@@ -52,7 +52,7 @@ return [
|
||||
|
||||
'disks' => [
|
||||
|
||||
'local' => [
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app'),
|
||||
],
|
||||
@@ -69,8 +69,10 @@ return [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('database'),
|
||||
],
|
||||
|
||||
|
||||
'seeds' => [
|
||||
'driver' => 'local',
|
||||
'root' => base_path('resources/seeds'),
|
||||
],
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
Reference in New Issue
Block a user