This commit is contained in:
Yuri Kuznetsov
2021-07-12 12:11:13 +03:00
parent b21eea1568
commit e0ef0a38a5

View File

@@ -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;