Skip to content

Commit

Permalink
Revert "feat: export ModelPaginator class (#1026)"
Browse files Browse the repository at this point in the history
This reverts commit e895d1d.
  • Loading branch information
RomainLanz authored Aug 31, 2024
1 parent e895d1d commit fa21845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/orm/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export * from './decorators/date.js'
export * from './decorators/date_time.js'
export { BaseModel, scope } from './base_model/index.js'
export { ModelQueryBuilder } from './query_builder/index.js'
export { ModelPaginator } from './paginator/index.js'
export { SnakeCaseNamingStrategy } from './naming_strategies/snake_case.js'

0 comments on commit fa21845

Please sign in to comment.