Commit 8a4105b0 authored by chadicus's avatar chadicus

Actually use ClientInterface

parent e523aa92
...@@ -78,7 +78,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface; ...@@ -78,7 +78,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
* $result = $client->select($query); * $result = $client->select($query);
* </code> * </code>
*/ */
class Client extends Configurable class Client extends Configurable implements ClientInterface
{ {
/** /**
* Querytype select. * Querytype select.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment