forked from noxious/server
Converted more procedural programming to OOP
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Entity, ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'
|
||||
import { BaseEntity } from '#application/bases/baseEntity'
|
||||
import { BaseEntity } from '#application/base/baseEntity'
|
||||
import { User } from './user'
|
||||
|
||||
@Entity()
|
||||
|
Reference in New Issue
Block a user