mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix
This commit is contained in:
@@ -127,7 +127,7 @@ class Recovery
|
||||
}
|
||||
}
|
||||
|
||||
public function request(string $emailAddress, ?string $userName = null, ?string $url): bool
|
||||
public function request(string $emailAddress, string $userName, ?string $url): bool
|
||||
{
|
||||
$config = $this->config;
|
||||
$em = $this->entityManager;
|
||||
|
||||
Reference in New Issue
Block a user