mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: rename isEnabled to enabled in DQL query
This commit is contained in:
parent
76da56dd83
commit
557ca7d71a
@ -29,7 +29,7 @@ class WatchlistRepository extends ServiceEntityRepository
|
||||
{
|
||||
return $this->createQueryBuilder('w')
|
||||
->select()
|
||||
->where('w.isEnabled = true')
|
||||
->where('w.enabled = true')
|
||||
->getQuery()->execute();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user