mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
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…
x
Reference in New Issue
Block a user