Commit 5e07e84a authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #405 from chadicus/master

Actually use ClientInterface
parents e523aa92 8a4105b0
......@@ -78,7 +78,7 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
* $result = $client->select($query);
* </code>
*/
class Client extends Configurable
class Client extends Configurable implements ClientInterface
{
/**
* 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