if ($persist) { | if ($persist) { | ||||
$this->em->flush(); | $this->em->flush(); | ||||
} | } | ||||
$this->eventOrderShopChangeQuantity($orderShop) ; | |||||
} | } | ||||
} | } | ||||
else { | else { | ||||
return $orderProductsByProductFamily; | return $orderProductsByProductFamily; | ||||
} | } | ||||
public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop) | |||||
{ | |||||
} | |||||
} | } |