From 62fce5be2b27f08ba22b07e95c76ec9cc83868dd Mon Sep 17 00:00:00 2001 From: maulayyacyber Date: Wed, 2 Oct 2024 14:03:00 +0700 Subject: [PATCH] asasa --- Envoy.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index 13d5ae2..ce27777 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -88,7 +88,7 @@ @task('run_migrations') echo 'Creating cache table if not exists and running migrations' cd {{ $new_release_dir }} - php artisan schema:dump + php artisan cache:table php artisan migrate --force @endtask