mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-21 23:30:18 -05:00
9 lines
217 B
PHP
9 lines
217 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Monitoring\Backend\Ido\Query;
|
||
|
|
|
||
|
|
class ServiceStatusQuery extends \Icinga\Module\Monitoring\Backend\Ido\Query\ServicestatusQuery
|
||
|
|
{
|
||
|
|
use CustomVarJoinTemplateOverride;
|
||
|
|
}
|