From f43cecae343b285d1ed62c0d7060d9195cc4d528 Mon Sep 17 00:00:00 2001 From: Xinecraft Date: Thu, 30 May 2024 23:18:44 +0530 Subject: [PATCH] ... --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 908ac7f93..e3bcf8585 100644 --- a/update.sh +++ b/update.sh @@ -12,12 +12,12 @@ White='\033[0;37m' # White # Clear the caches php artisan down -php artisan clear +php artisan route:clear php artisan cache:clear php artisan config:clear -php artisan route:clear php artisan view:clear php artisan optimize:clear +php artisan clear # Try taking pull, if dont work then prompt for stash if git pull; then