Преглед изворни кода

[Feature] Parrainage

develop
Fab пре 3 година
родитељ
комит
b8bca7cce1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      ShopBundle/Repository/UserRepository.php

+ 1
- 1
ShopBundle/Repository/UserRepository.php Прегледај датотеку

@@ -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…
Откажи
Сачувај