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

Make success message of migration creation similar to other makers #44972

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

ajaxray
Copy link
Contributor

@ajaxray ajaxray commented Nov 16, 2022

The success message pattern of creating a migration is different from other entity related classes.

Generally it's not a noticeable issue. But when we run make:model {name} -a, it creates bunch of classes and the message looks odd in that situation. Also, it doesn't display the file path like others in make:model {name} -a.

This tiny PR will make the message pattern similar with other makers.

Current success message:
image

This PR will make it:
image

@taylorotwell taylorotwell merged commit 5774310 into laravel:9.x Nov 16, 2022
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