Fixes namespace on queryable interface

This commit is contained in:
Walter Dal Mut
2014-09-26 21:55:57 +02:00
parent edbd3e5e27
commit 2d0abf0d4b
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
namespace InfluxDb\Adapter;
namespace InfluxDB\Adapter;
interface QueryableInterface
{