Browse Source

Correctif mineur

packProduct
Fabien Normand 3 years ago
parent
commit
386f325793
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Builder/Order/OrderShopBuilder.php

+ 1
- 0
Builder/Order/OrderShopBuilder.php View File

OrderShopInterface $orderShop2, OrderShopInterface $orderShop2,
$persist = true $persist = true
): OrderShopInterface { ): OrderShopInterface {
//TODO essayer de comprendre prk on doit faire un refresh ici ???
$this->entityManager->refresh($orderShop1); $this->entityManager->refresh($orderShop1);
$this->entityManager->refresh($orderShop2); $this->entityManager->refresh($orderShop2);
if ($orderShop1 && $orderShop2) { if ($orderShop1 && $orderShop2) {

Loading…
Cancel
Save