- /**
- * 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;
-
- /**
- * Request instance
- */
- protected Request $request;
-
- /**
- * Router instance
- */
- protected RouterInterface $router;
-
- /**
- * Security instance
- */
- protected Security $security;
-
- /**
- * Slugger util instance
- */
- protected SluggerUtil $slugger;
-
- /**
- * Translator instance
- */
- protected TranslatorInterface $translator;
-
- /**
- * Twig\Environment instance
- */
- protected Environment $twig;
-