mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
Apparently there's no more --force option in 'artisan optimize' ?
This commit is contained in:
parent
0cc27eaced
commit
16cf34faf7
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ pushd "$final_path"
|
|||
php$phpversion artisan down
|
||||
|
||||
# Optimize the framework for better performance
|
||||
php$phpversion artisan optimize --force
|
||||
php$phpversion artisan optimize
|
||||
|
||||
# Run the database migrations
|
||||
php$phpversion artisan migrate --force
|
||||
|
|
Loading…
Reference in a new issue