Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj authored and github-actions[bot] committed Feb 24, 2023
1 parent e83fc6d commit e1a439f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e1a439f

Please sign in to comment.