laravel-shift / factory-generator

MIT License
41 stars 20 forks source link

Ignoring abstract model classes #28

Open acoustep opened 1 year ago

acoustep commented 1 year ago

I had an issue where one of my models is abstract. I use this class for inheritance on other models so it does not have a table.

Anyway, this caused a failure to generate all factories so I put in a quick fix for it.