1
0
forked from noxious/server
This commit is contained in:
2025-02-07 20:07:36 +01:00
parent 37f2cd90e6
commit fae428f239
10 changed files with 38 additions and 43 deletions

View File

@@ -1,7 +1,6 @@
import { EntityManager } from '@mikro-orm/core'
import Database from '../database'
import Database from '#application/database'
import Logger, { LoggerType } from '#application/logger'
export abstract class BaseRepository {