selahattinunlu / laravel-api-query-builder

Laravel & Lumen Api Query Builder Package
332 stars 66 forks source link

Soft Deletes #38

Open rtyshyk opened 6 years ago

rtyshyk commented 6 years ago

I found an issue with Soft Delete (https://laravel.com/docs/5.5/eloquent#soft-deleting) The pagination returns "total" property which includes records with "deleted_at" attribute.

Is it a bug, or I am missing something?

Thanks!

elena-kolevska commented 6 years ago

I can confirm this.