You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to embed many models before saving the parent model. But i keep getting MassAssignmentException. what could I possibly do?.
i.e. I want to associate() many books under a user before $user->save() is called.
Thanks for the help.