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
I have a model with a json column. As usual I have $casts = ['json_column' => 'array'] in the model definition, but for some reason every time I try to save/update the model I get this error
Value of type STRING cannot be assigned to data, which has type JSON