Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arguments passed to artisan commands that start with 'env' #52748

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

willrowe
Copy link
Contributor

This fixes artisan commands that have arguments that start with 'env'. Since it was previously only checking if the argument started with 'env' and not confirming that the entire argument name was 'env', the value of the argument would be used as the environment name.

@taylorotwell taylorotwell merged commit 58c2053 into laravel:10.x Sep 12, 2024
24 of 26 checks passed
@willrowe willrowe deleted the hotfix/env-argument branch November 1, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants