clean foldering
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { EntityManager, EntityRepository } from '@mikro-orm/postgresql';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { RestaurantShipmentMethod } from '../entities/restaurant-shipment-method.entity';
|
||||
|
||||
@Injectable()
|
||||
export class RestaurantShipmentMethodRepository extends EntityRepository<RestaurantShipmentMethod> {
|
||||
constructor(readonly em: EntityManager) {
|
||||
super(em, RestaurantShipmentMethod);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user