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

Synchronize module:model-show Command with model:show Command in Laravel Framework #1990

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

alissn
Copy link
Contributor

@alissn alissn commented Nov 21, 2024

Hi,

This pull request updates the module:model-show command to align its functionality with the model:show command of the Laravel framework. For additional details, you can refer to the related Laravel Framework Pull Request.

The qualifyModel method has been removed from the framework. I have implemented the promptForMissingArgumentsUsing method from Laravel's console prompt system to handle model resolution interactively.

fixes #1989.

@dcblogdev dcblogdev merged commit e37afcf into nWidart:master Nov 22, 2024
5 checks passed
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.

ModelShowCommand's parent class was changed in Laravel 11.33.0
2 participants