mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix import problem in 4.7.1
This commit is contained in:
@@ -113,11 +113,13 @@
|
||||
"php artisan firefly:upgrade-database",
|
||||
"php artisan firefly:verify",
|
||||
"php artisan firefly:instructions update",
|
||||
"php artisan optimize"
|
||||
"php artisan optimize",
|
||||
"php artisan passport:install"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"php artisan optimize",
|
||||
"php artisan firefly:instructions install"
|
||||
"php artisan firefly:instructions install",
|
||||
"php artisan passport:install"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user