Livestatus\Query: extend SimpleQuery, not abstract
This commit is contained in:
parent
fa20ced0c2
commit
6de98dcf97
|
@ -4,10 +4,10 @@
|
|||
|
||||
namespace Icinga\Protocol\Livestatus;
|
||||
|
||||
use Icinga\Protocol\AbstractQuery;
|
||||
use Icinga\Data\SimpleQuery;
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
class Query extends AbstractQuery
|
||||
class Query extends SimpleQuery
|
||||
{
|
||||
|
||||
protected $connection;
|
||||
|
|
Loading…
Reference in New Issue