This commit is contained in:
2025-11-15 09:01:32 +03:30
parent a863893972
commit 53ef6220c1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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()