Fab 3 лет назад
Родитель
Сommit
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)

Загрузка…
Отмена
Сохранить