-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
My model implements soft deleting just as laravel documentation is describing it: uses SoftDeletes trait and has deleted_at column in migration. When I call delete method of the model outside the json api server it works fine - I still have record with deleted_at column updated. But when I am deleting record using json api server route, it's just gone and acting like force delete. Where is the point I am losing here, how to implement soft delete inside json api server?
Metadata
Metadata
Assignees
Labels
No labels