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
In Laravel 10 the $dates model property was removed, so the Participants model last_read property is not casts to datetime(Carbon instance), this will be string. Laravel 10 Upgrade Guide
This makes exceptions if u want to use last_read with Carbon methods.
Solution
Just add "direct' casts to last_read property in Participant model.