AllcontactsQuery: Add `$baseQuery` explicitly as non-dynamic property
This commit is contained in:
parent
7cd89490cc
commit
be060edd9f
|
@ -40,6 +40,7 @@ class AllcontactsQuery extends IdoQuery
|
|||
|
||||
protected $contacts;
|
||||
protected $contactgroups;
|
||||
protected $baseQuery;
|
||||
protected $useSubqueryCount = true;
|
||||
|
||||
public function requireColumn($alias)
|
||||
|
|
Loading…
Reference in New Issue