Use requireVirtualTable()
This commit is contained in:
parent
dda390b3d8
commit
8300011c6f
|
@ -196,7 +196,7 @@ class HostcontactQuery extends IdoQuery
|
|||
*/
|
||||
protected function joinServices()
|
||||
{
|
||||
$this->joinHosts();
|
||||
$this->requireVirtualTable('hosts');
|
||||
|
||||
$this->select->joinLeft(
|
||||
['s' => $this->prefix . 'services'],
|
||||
|
|
Loading…
Reference in New Issue