mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Demo user is no longer capable of uploading files.
This commit is contained in:
@@ -73,6 +73,11 @@ return [
|
||||
'driver' => 'local',
|
||||
'root' => base_path('resources/seeds'),
|
||||
],
|
||||
'stubs' => [
|
||||
'driver' => 'local',
|
||||
'root' => base_path('resources/stubs'),
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
||||
Reference in New Issue
Block a user