Closed canatufkansu closed 3 years ago
When there is an belongstomany relationship, detach/attach methods doesn't fill user stamps fields.
For example;
Auth::user()->buyerDemandActions()->detach($args['buyer_demand_id']);
Doesn't fill deleted_by in the pivot table.
Laravel pivot models don't support soft deletes.
When there is an belongstomany relationship, detach/attach methods doesn't fill user stamps fields.
For example;
Doesn't fill deleted_by in the pivot table.