pwweb / artomator

Artomator: Custom commands making life easier for Laravel.
MIT License
4 stars 1 forks source link

Migration File and Model Table Name Pluralisation Inconsistency #10

Closed rabrowne85 closed 5 years ago

rabrowne85 commented 5 years ago

The migration file uses the singular table name, but the model uses the plural version. This causes an error when loading the model, as the table name doesn't exist.