Skip to content

Commit

Permalink
Livestatus\Query: extend SimpleQuery, not abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 16, 2014
1 parent fa20ced commit 6de98dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Icinga/Protocol/Livestatus/Query.php
Expand Up @@ -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;
Expand Down

0 comments on commit 6de98dc

Please sign in to comment.