diff --git a/composer.json b/composer.json index 6dd3a18a..d2ddd3d7 100644 --- a/composer.json +++ b/composer.json @@ -65,8 +65,7 @@ "php artisan optimize --force", "php artisan config:cache", "php artisan route:cache", - "chmod -R 755 storage", - "php artisan queue:restart" + "chmod -R 755 storage" ], "pre-update-cmd": [ "rm -f compiled.php config.php routes.php services.json" @@ -75,8 +74,7 @@ "php artisan optimize --force", "php artisan config:cache", "php artisan route:cache", - "chmod -R 755 storage", - "php artisan queue:restart" + "chmod -R 755 storage" ], "post-create-project-cmd": [ "php -r \"copy('.env.example', '.env');\"", diff --git a/composer.lock b/composer.lock index 62248dc6..cc3cd087 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "4946bbb223aab1e07939738a93f65c31", + "hash": "687f3b651fc7e102f31fd6cc34bd2020", "packages": [ { "name": "alt-three/segment",