diff --git a/src/Client.php b/src/Client.php index e1537ee844..fa795a22c5 100644 --- a/src/Client.php +++ b/src/Client.php @@ -14,7 +14,6 @@ class Client public function __construct(Adapter\AdapterInterface $adapter) { $this->adapter = $adapter; - return $this; } public function getAdapter()