how to use allowNonExtraProperties on lucid? #1478
Unanswered
rikoefendi
asked this question in
Help
Replies: 1 comment
-
Follow this markdown guide to format the code examples please. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found a code
public fill(values: any, allowNonExtraProperties: boolean = false): this { this.$attributes = {} this.merge(values, allowNonExtraProperties) this.fillInvoked = true return this }
and my question, how to use allowNonExtraProperties on event create data?
*i'm so sorry if my question not easy understanding
Beta Was this translation helpful? Give feedback.
All reactions