We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2752ff2 commit 7795995Copy full SHA for 7795995
src/Requests/Authentication/OAuth/GetResponsibleIdentityService.php
@@ -24,7 +24,8 @@ public function __construct(
24
25
public function resolveEndpoint(): string
26
{
27
- $base = config('laravel-docuware.credentials.url').'/DocuWare/Platform';
+ $url = $this->url ?? config('laravel-docuware.credentials.url');
28
+ $base = $url.'/DocuWare/Platform';
29
30
return $base.'/Home/IdentityServiceInfo';
31
}
0 commit comments