mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-02 06:24:34 +02:00
Fixed static analysis issue.
This commit is contained in:
parent
916f38b5c3
commit
9b8b0a978d
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ class PasswordResetManager
|
|||
{
|
||||
$this->em = $em;
|
||||
$this->mailer = $mailer;
|
||||
/** @var PasswordEncoderInterface passwordEncoder */
|
||||
$this->passwordEncoder = $encoderFactory->getEncoder(User::class);
|
||||
$this->translator = $translator;
|
||||
$this->userPasswordEncoder = $userPasswordEncoder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue