- /**
- * AuthorizationCheckerInterface instance
- */
- protected AuthorizationCheckerInterface $checker;
-
- /**
- * ManagerRegistry instance
- */
- protected ManagerRegistry $doctrine;
-
- /**
- * UserPasswordHasherInterface instance
- */
- protected UserPasswordHasherInterface $hasher;
-
- /**
- * LoggerInterface instance
- */
- protected LoggerInterface $logger;
-
- /**
- * MailerInterface instance
- */
- protected MailerInterface $mailer;
-
- /**
- * EntityManagerInterface instance
- */
- protected EntityManagerInterface $manager;
-