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

[11.x] Fix missing table name in db:table command #51710

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

benholmen
Copy link
Contributor

This PR fixes a missing table name in the error message of artisan db:table this_table_does_not_exist

Before

php artisan db:table this_table_does_not_exist

   WARN  Table [] doesn't exist.  

After

php artisan db:table this_table_does_not_exist

   WARN  Table [this_table_does_not_exist] doesn't exist.  

@crynobone crynobone changed the title Fix missing table name in db:table command [11.x] Fix missing table name in db:table command Jun 5, 2024
@taylorotwell taylorotwell merged commit c250836 into laravel:11.x Jun 5, 2024
30 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.

3 participants