amrnn90 / laravel-cursor-paginator

Cursor pagination for Laravel
MIT License
19 stars 7 forks source link

fix: use correct "as" parameter in fromSub #23

Open jaulz opened 3 years ago

jaulz commented 3 years ago

Not sure how it worked before but passing null does not seem to work in my case (Laravel 8): https://github.com/laravel/framework/blob/a4084639eea11ac2649325f4cd9a7c267d01a878/src/Illuminate/Database/Query/Builder.php#L280-L294