IcingaServiceTemplateTable: do not override...

...anything at all. Now you're sooo empty. Soon you'll die... har har har...

fixes #13585
This commit is contained in:
Thomas Gelf 2016-12-14 21:19:12 +01:00
parent ae6c73b947
commit 36e79b97cd
1 changed files with 0 additions and 6 deletions

View File

@ -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');
}
}