Fixes unused property database

This commit is contained in:
Walter Dal Mut
2014-09-26 21:56:09 +02:00
parent 2d0abf0d4b
commit 3aa8f3c9b7
-4
View File
@@ -1,17 +1,13 @@
<?php
namespace InfluxDB\Adapter;
use GuzzleHttp\Client;
use InfluxDB\Options;
use InfluxDb\Adapter\QueryableInterface;
use InfluxDB\Adapter\AdapterInterface;
class GuzzleAdapter implements AdapterInterface, QueryableInterface
{
private $httpClient;
private $options;
private $database;
public function __construct(Client $httpClient, Options $options)
{