We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks @nunomaduro for a great work at #43065, I already like it, but I found some places that make me uncomfortable...
The places that the red arrow point at, I think that there should be the additional space.
run artisan migrate / artisan migrate:refresh --step=3 --seed / artisan db:seed / artisan migrate:rollback / artisan migrate:fresh
artisan migrate
artisan migrate:refresh --step=3 --seed
artisan db:seed
artisan migrate:rollback
artisan migrate:fresh
The text was updated successfully, but these errors were encountered:
I don't see any reason to have a space after the output
Sorry, something went wrong.
Not sure I see a real bug here but rather an improvement. Feel free to attempt a PR if you like 👍
No branches or pull requests
Description:
Thanks @nunomaduro for a great work at #43065, I already like it, but I found some places that make me uncomfortable...
The places that the red arrow point at, I think that there should be the additional space.
Steps To Reproduce:
run
artisan migrate
/artisan migrate:refresh --step=3 --seed
/artisan db:seed
/artisan migrate:rollback
/artisan migrate:fresh
The text was updated successfully, but these errors were encountered: