Livestatus\Query: extend SimpleQuery, not abstract

This commit is contained in:
Thomas Gelf 2014-11-16 15:06:58 +01:00
parent fa20ced0c2
commit 6de98dcf97
1 changed files with 2 additions and 2 deletions

View File

@ -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;