up
This commit is contained in:
@@ -3,7 +3,7 @@ import { Collection, Entity, ManyToMany, OneToMany, OneToOne, Property } from '@
|
||||
import { BaseEntity } from '../../../common/entities/base.entity';
|
||||
import { Admin } from './admin.entity';
|
||||
import { Permission } from './permission.entity';
|
||||
import { Restaurant } from 'src/modules/restaurants/entities/restaurant.entity';
|
||||
import { Restaurant } from '../../../modules/restaurants/entities/restaurant.entity';
|
||||
import { RolePermission } from './rolePermission.entity';
|
||||
|
||||
@Entity()
|
||||
|
||||
Reference in New Issue
Block a user