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:
parent
ae6c73b947
commit
36e79b97cd
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue