Ver código fonte

[Feature] Parrainage

develop
Fab 3 anos atrás
pai
commit
b8bca7cce1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ShopBundle/Repository/UserRepository.php

+ 1
- 1
ShopBundle/Repository/UserRepository.php Ver arquivo

@@ -25,7 +25,7 @@ class UserRepository extends BaseRepository implements DefaultRepositoryInterfac
return $this->createQueryBuilder('e')
->innerJoin('e.userMerchants', "userMerchants")
->andWhere('userMerchants.merchant = :currentMerchant')
->setParameter('currentMerchant', $$merchant) ;
->setParameter('currentMerchant', $merchant) ;
}

public function findAllByNewsletter($newsletter)

Carregando…
Cancelar
Salvar