update shipment method

This commit is contained in:
2025-11-23 16:45:15 +03:30
parent 08e2da0e5c
commit 0d72333c9c
4 changed files with 36 additions and 28 deletions
@@ -8,4 +8,3 @@ export class RestaurantShipmentMethodRepository extends EntityRepository<Restaur
super(em, RestaurantShipmentMethod);
}
}