Przeglądaj źródła

OrderShop : fetch eager sur $user

develop
Guillaume 3 lat temu
rodzic
commit
5b1fabdb14
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      ShopBundle/Model/OrderShop.php

+ 1
- 1
ShopBundle/Model/OrderShop.php Wyświetl plik

@@ -23,7 +23,7 @@ abstract class OrderShop extends AbstractEntity implements FilterMerchantInterfa
protected $merchant;

/**
* @ORM\ManyToOne(targetEntity="Lc\ShopBundle\Context\UserInterface", inversedBy="orders")
* @ORM\ManyToOne(targetEntity="Lc\ShopBundle\Context\UserInterface", inversedBy="orders", fetch="EAGER")
*/
protected $user;


Ładowanie…
Anuluj
Zapisz