Use requireVirtualTable()

This commit is contained in:
Eric Lippmann 2018-11-15 11:10:31 +01:00
parent dda390b3d8
commit 8300011c6f

View File

@ -196,7 +196,7 @@ class HostcontactQuery extends IdoQuery
*/ */
protected function joinServices() protected function joinServices()
{ {
$this->joinHosts(); $this->requireVirtualTable('hosts');
$this->select->joinLeft( $this->select->joinLeft(
['s' => $this->prefix . 'services'], ['s' => $this->prefix . 'services'],