adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.08k stars 195 forks source link

feat: Export ModelPaginator Class #1026

Closed aayush123 closed 2 months ago

aayush123 commented 6 months ago

🔗 Linked issue

1025

❓ Type of change

📚 Description

This PR exports the ModelPaginator class from the orm folder

📝 Checklist

RomainLanz commented 6 months ago

Hey @aayush123! 👋🏻

Could you please fix the lint issue?

aayush123 commented 6 months ago

@RomainLanz 👋 Fixed the issue!

RomainLanz commented 2 months ago

Oops, could you reopen the PR by targeting the develop branch?

aayush123 commented 2 months ago

Done! https://github.com/adonisjs/lucid/pull/1051