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
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
Hey there, seems I am unable to update a single value of a model using standard method per Laravel docs. I'm guessing the overwritten save() doesn't support some of the standard implementation?
Hey there, seems I am unable to update a single value of a model using standard method per Laravel docs. I'm guessing the overwritten
save()
doesn't support some of the standard implementation?Found
public function setAttribute($key, $value)
in the source and attempted using it as well with no luck.The text was updated successfully, but these errors were encountered: