From e0ef0a38a5fecb044cdd3321bdfc0d505eb20235 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 12 Jul 2021 12:11:13 +0300 Subject: [PATCH] fix --- application/Espo/Core/Password/Recovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Password/Recovery.php b/application/Espo/Core/Password/Recovery.php index 6b7dc9930a..9f18b41a33 100644 --- a/application/Espo/Core/Password/Recovery.php +++ b/application/Espo/Core/Password/Recovery.php @@ -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;