You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Model called Address that utilizes several lookup tables named with _type (eg. Address_type, Region_type, etc.) Upon running php artisan test-factory-helper:generate, the package errors out with the message:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'App\Models\Region' not found
It appears to be expecting a Model that doesn't exist: Region to associate with Region_type.
The text was updated successfully, but these errors were encountered:
I have a Model called Address that utilizes several lookup tables named with _type (eg. Address_type, Region_type, etc.) Upon running
php artisan test-factory-helper:generate
, the package errors out with the message:It appears to be expecting a Model that doesn't exist: Region to associate with Region_type.
The text was updated successfully, but these errors were encountered: