mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Fixes unused property database
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user