amrnn90 / laravel-cursor-paginator

Cursor pagination for Laravel
MIT License
18 stars 6 forks source link

Issue with soft deletes... #2

Closed trevorgehman closed 4 years ago

trevorgehman commented 4 years ago

Not sure if this is just on my end, but I can't get this working when I have soft deletes enabled. If i remove soft deletes on the model I'm paginating, it works fine.

amrnn90 commented 4 years ago

Hi @trevorgehman, Yeah, the global scopes added when using soft deleting were messing with the generated queries. I pushed a fix and it should be working now.