diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/updatecache.bat | 6 | ||||
-rwxr-xr-x | scripts/updatecache.sh | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/scripts/updatecache.bat b/scripts/updatecache.bat deleted file mode 100644 index 0245663..0000000 --- a/scripts/updatecache.bat +++ /dev/null @@ -1,6 +0,0 @@ -@echo off -php artisan config:cache -php artisan route:cache -php artisan view:cache -php artisan event:cache -php artisan cache:clear diff --git a/scripts/updatecache.sh b/scripts/updatecache.sh deleted file mode 100755 index b4acd8c..0000000 --- a/scripts/updatecache.sh +++ /dev/null @@ -1,5 +0,0 @@ -php artisan config:cache -php artisan route:cache -php artisan view:cache -php artisan event:cache -php artisan cache:clear |