amrnn90 / laravel-cursor-paginator

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

fix: use is_null #24

Open jaulz opened 3 years ago

jaulz commented 3 years ago

Sometimes the value can be empty (i.e. "0") and then these checks fail and it doesn't work correctly.