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

Moving Forms model, factory, migration to package. #3

Conversation

phuclh
Copy link
Contributor

@phuclh phuclh commented Feb 6, 2021

  • Moved model
  • Moved factory
  • Moved migration
  • Make all test passes.

@phuclh phuclh marked this pull request as ready for review February 6, 2021 20:03
Copy link
Member

@drewroberts drewroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. Thank you! 📥

@drewroberts drewroberts merged commit 61368c2 into main Feb 7, 2021
@drewroberts drewroberts deleted the omnia/feature/moving-forms-model-migration-factory-to-package branch February 7, 2021 02:12

class Contact extends BaseModel
{
use HasFactory;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to use the HasPackageFactory trait here instead of HasFactory

phuclh added a commit that referenced this pull request Feb 7, 2021
@phuclh phuclh mentioned this pull request Feb 7, 2021
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.

2 participants