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

add flexibility to inherit the models and define and update the model factories #39

Merged
merged 1 commit into from
May 15, 2024

Conversation

geraintp
Copy link

@geraintp geraintp commented Apr 9, 2024

Fixed #38 - Removed explicit return types from newFactory() methods. The existing signatures required classes that are not normally loaded by the codebase to be returned preventing these models from ever having factories.

@Dartui Dartui merged commit bf807f8 into corcel:master May 15, 2024
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.

Test code referenced in Production code explicitly preventing models from being extended or having factories.
3 participants