Skip to content

Commit 73e1af2

Browse files
committed
fix
1 parent 29dc740 commit 73e1af2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

update.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ git fetch --all
33
git reset --hard origin/master
44
git pull
55
php composer.phar install
6+
php composer.phar dumpautoload
67
php artisan key:generate
7-
php artisan cache:clear
8-
php artisan view:clear
8+
php artisan view:clear
9+
php artisan cache:clear

0 commit comments

Comments
 (0)