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

ADDED: Ability to makeCustomFields() and then call saveCustomFields() to commit the data at a later point in time. #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msEmmaMays
Copy link
Contributor

Adds the ability to make() custom fields without saving the immediately.

This allows you to attach custom field data to your model before it is saved using $model->makeCustomFields()

When you are ready to save the data, call $model->saveCustomFields() to set the model_id and store the data in the database

… to commit the data at a later point in time.
@msEmmaMays msEmmaMays force-pushed the feature/make-custom-fields-without-saving branch from 45eeff6 to 77e93aa Compare October 16, 2022 20:51
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.

1 participant