Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed Oct 8, 2023
1 parent 03ac071 commit 723928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connectors/DocuWareDynamicConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(Config $config)

$this->cookieJar = CookieJar::fromArray(
[Auth::COOKIE_NAME => $this->configuration->cookie],
parse_url(config('docuware.credentials.url'), PHP_URL_HOST)
parse_url($config->url, PHP_URL_HOST)
);
}

Expand Down

0 comments on commit 723928f

Please sign in to comment.