Skip to content

Commit 80e9781

Browse files
committed
WIP
1 parent e581311 commit 80e9781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DTO/Config/ConfigWithCredentialsTrustedUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ public function __construct(
5959

6060
$this->scope = filled($scope) ? $scope : config('laravel-docuware.configurations.scope');
6161

62-
$this->identifier = Hash::make($this->url.'.'.$this->username.'.'.Crypt::encrypt($this->password));
62+
$this->identifier = Hash::make($this->url.$this->username.Crypt::encrypt($this->password));
6363
}
6464
}

0 commit comments

Comments
 (0)