Skip to content

Commit

Permalink
fix: update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 15, 2024
1 parent fcbfc3c commit dce5f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ build_api() {
echo ' ∟ .env file missing, copying from .env.example...'
cp "$HOME_API_DIR/.env.example" "$HOME_API_DIR/.env"
composer $COMPOSER_COMMAND
php artisan key:generate
/usr/bin/php8.4 artisan key:generate
else
composer $COMPOSER_COMMAND
fi
Expand Down

0 comments on commit dce5f49

Please sign in to comment.