fix caching route in prod

This commit is contained in:
2026-06-08 09:05:57 +07:00
parent f64539b3e2
commit 7f0a4c30a9
-1
View File
@@ -12,7 +12,6 @@ php artisan storage:link --force || true
if [ "${APP_ENV}" = "production" ]; then
php artisan config:cache
php artisan route:cache
php artisan view:cache
fi