📋Adding to models
Settings
Start of by importing the trait in the model you are using
Model
Add the trait HasNotes
to the model you want to use notes on:
After adding it to the model you can mutate noted on the model as a notes()
relation:
Example:
Last updated