diff --git a/src/Cord.php b/src/Cord.php index 5ec4507..4ab7e4c 100644 --- a/src/Cord.php +++ b/src/Cord.php @@ -47,7 +47,6 @@ public function __construct() if (! $this->config['url'] || ! $this->config['username'] || ! $this->config['password']) { throw new \Exception('Company, server and enterprise must be set in the config file.'); } - } protected function setClient()