Skip to content

Commit 0a49a54

Browse files
committed
Merge pull request #66 from 5outh/patch-1
Casing issue on import
2 parents bca4874 + 42cdfc1 commit 0a49a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace InfluxDB;
44

55
use InfluxDB\Adapter\WritableInterface as Writer;
6-
use InfluxDb\Adapter\QueryableInterface as Reader;
6+
use InfluxDB\Adapter\QueryableInterface as Reader;
77

88
/**
99
* Client to manage request at InfluxDB

0 commit comments

Comments
 (0)