laravel-json-api / boolean-softdeletes

Laravel JSON:API integration for the tenantcloud/laravel-boolean-softdeletes package
Apache License 2.0
3 stars 1 forks source link

Driver does not handle the model delete method returning false #5

Open lindyhopchris opened 8 months ago

lindyhopchris commented 8 months ago

We need to bring in the changes we've made to the "regular" soft delete driver in the Eloquent repository, via this PR: https://github.com/laravel-json-api/eloquent/pull/34

So that the two are consistent.