mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: refresh more entities that are using the same pattern
This commit is contained in:
@@ -21,8 +21,8 @@ class DomainRepository extends ServiceEntityRepository
|
||||
return $this->createQueryBuilder('d')
|
||||
->addSelect('events')
|
||||
->leftJoin('d.events', 'events')
|
||||
->where('d.tld = :tld')
|
||||
->setParameter('tld', $tld)
|
||||
->where('d.tld = :dot')
|
||||
->setParameter('dot', $tld)
|
||||
->getQuery()
|
||||
->getResult();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user