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