laracademy / interactive-make

Interactive Make Command for Laravel
MIT License
345 stars 18 forks source link

Fixed alter table not using the good table name #34

Closed jpmurray closed 4 years ago

jpmurray commented 4 years ago

It was getting the migration name rather than table name.

jpmurray commented 4 years ago

This should close #32