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->myRelation()->delete() model in myRelation() is the one with softcascade with files table
update my_relation.deleted_at="2023-05-15 12:00:00" not found in files
Somehow it wants to update set my_relation.deleted_at instead of files.deleted_at
Description:
I'm using a polymorphic
but it seems not to work.
It says
Entry is the model that includes the trait and Files is the model that needs to be deleted on cascade
I'm seeing this issues here and seems the same
#109
#31
Any help here?
The text was updated successfully, but these errors were encountered: