File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ if [[ $1 != "-bash" ]]; then
236236 php artisan view:cache
237237 php artisan config:cache
238238 php artisan route:clear
239- php artisan route:cache
240239 php artisan cache:clear
241240 } & >> $BLUEPRINT__DEBUG
242241 updateCacheReminder
@@ -1358,7 +1357,6 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD="
13581357 php artisan view:cache
13591358 php artisan config:cache
13601359 php artisan route:clear
1361- php artisan route:cache
13621360 php artisan cache:clear
13631361 } & >> $BLUEPRINT__DEBUG
13641362
@@ -1723,7 +1721,6 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
17231721 php artisan view:cache
17241722 php artisan config:cache
17251723 php artisan route:clear
1726- php artisan route:cache
17271724 php artisan cache:clear
17281725 } & >> $BLUEPRINT__DEBUG
17291726
You can’t perform that action at this time.
0 commit comments