Browse Source

[Feature] Parrainage

develop
Fab 3 years ago
parent
commit
b8bca7cce1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Repository/UserRepository.php

+ 1
- 1
ShopBundle/Repository/UserRepository.php View File

@@ -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)

Loading…
Cancel
Save