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
After the recent addition of Automatic Relation Loading (Eager Loading), #53655 , if you serialize your model,
you catch a error, of Serialization of 'Closure' is not allowed.
Many events/things in laravel (queue/broadcast) that depends on serialization of model are broken.