Skip to content

Commit 7795995

Browse files
committed
WIP
1 parent 2752ff2 commit 7795995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Requests/Authentication/OAuth/GetResponsibleIdentityService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public function __construct(
2424

2525
public function resolveEndpoint(): string
2626
{
27-
$base = config('laravel-docuware.credentials.url').'/DocuWare/Platform';
27+
$url = $this->url ?? config('laravel-docuware.credentials.url');
28+
$base = $url.'/DocuWare/Platform';
2829

2930
return $base.'/Home/IdentityServiceInfo';
3031
}

0 commit comments

Comments
 (0)