Using multiple models in calendar #157
Unanswered
woutermoelker
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @woutermoelker! Have you found a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@woutermoelker |
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
-
Hi there,
Im making a calendar that has to use multiple models, availability and appointment, both have to be editable, and viewable, but theyre using different models. Right now the model is initialized at
public Model | string | null $model = Availability::class;
But i cant seem to figure out how i could utilize two models in the same calendar. Does somebody know the solution to this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions