Use requireVirtualTable()

This commit is contained in:
Eric Lippmann 2018-11-15 11:10:31 +01:00
parent dda390b3d8
commit 8300011c6f
1 changed files with 1 additions and 1 deletions

View File

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