Skip to content

Commit

Permalink
feat: rename OrmClient for Orm
Browse files Browse the repository at this point in the history
#0
  • Loading branch information
FlavioLionelRita committed Nov 19, 2023
1 parent 62211e0 commit 1ad40ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ import { Orm } from './infrastructure/adapters/orm'
export * from './application'
export * from './infrastructure'
export * from './domain'
export { Orm } from './infrastructure/adapters/orm'
export const orm = Orm.instance

0 comments on commit 1ad40ad

Please sign in to comment.