Skip to content

Commit

Permalink
Casing issue on import
Browse files Browse the repository at this point in the history
This was causing a Laravel project to not build properly; it was a simple casing issue that fixed it.
  • Loading branch information
5outh authored and wdalmut committed Nov 5, 2015
1 parent 5d88538 commit 516ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace InfluxDB;

use InfluxDB\Adapter\WritableInterface as Writer;
use InfluxDb\Adapter\QueryableInterface as Reader;
use InfluxDB\Adapter\QueryableInterface as Reader;

/**
* Client to manage request at InfluxDB
Expand Down

0 comments on commit 516ce05

Please sign in to comment.