update
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { EntityRepository } from '@mikro-orm/postgresql';
|
||||
import type { Restaurant } from '../entities/restaurant.entity';
|
||||
|
||||
// import { PaginationUtils } from '../../utils/services/pagination.utils';
|
||||
|
||||
export class RestRepository extends EntityRepository<Restaurant> {}
|
||||
Reference in New Issue
Block a user