LiveStatus\StatusQuery: should be a Livestatus\Query

This commit is contained in:
Thomas Gelf 2014-11-16 15:05:36 +01:00
parent e89d4642e3
commit fa20ced0c2
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace \Icinga\Module\Monitoring\Backend\Livestatus\Query;
namespace Icinga\Module\Monitoring\Backend\Livestatus\Query;
use Icinga\Data\SimpleQuery;
use Icinga\Protocol\Livestatus\Query;
class StatusQuery extends SimpleQuery implements Filterable
class StatusQuery extends Query
{
protected $available_columns = array(
'host_name',