clean foldering
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Collection, Entity, ManyToMany, Property } from '@mikro-orm/core';
|
||||
import { BaseEntity } from '../../../common/entities/base.entity';
|
||||
import { ShipmentMethod } from '../../shipments/entities/shipment-method.entity';
|
||||
import { RestaurantShipmentMethod } from './restaurant-shipment-method.entity';
|
||||
import { RestaurantShipmentMethod } from '../../shipments/entities/restaurant-shipment-method.entity';
|
||||
|
||||
@Entity({ tableName: 'restaurants' })
|
||||
export class Restaurant extends BaseEntity {
|
||||
|
||||
Reference in New Issue
Block a user