diff --git a/application/tables/IcingaServiceTemplateTable.php b/application/tables/IcingaServiceTemplateTable.php index e5cbe359..2cc38d4d 100644 --- a/application/tables/IcingaServiceTemplateTable.php +++ b/application/tables/IcingaServiceTemplateTable.php @@ -2,12 +2,6 @@ namespace Icinga\Module\Director\Tables; -use Icinga\Module\Director\Tables\IcingaServiceTable; - class IcingaServiceTemplateTable extends IcingaServiceTable { - public function getBaseQuery() - { - return $this->getUnfilteredQuery()->where('s.object_type = ?', 'template'); - } }