up
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Collection, Entity, ManyToMany, Property } from '@mikro-orm/core';
|
||||
import { Category } from './category.entity';
|
||||
import { BaseEntity } from 'src/common/entities/base.entity';
|
||||
import { BaseEntity } from '../../../common/entities/base.entity';
|
||||
|
||||
@Entity({ tableName: 'foods' })
|
||||
export class Foods extends BaseEntity {
|
||||
|
||||
Reference in New Issue
Block a user