Warning: Undefined variable $namespace in /home/technoon/public_html/dyenix/vendor/symfony/maker-bundle/templates/resetPassword/ResetPasswordRequestForm.tpl.php on line 3
;
Warning: Undefined variable $use_statements in /home/technoon/public_html/dyenix/vendor/symfony/maker-bundle/templates/resetPassword/ResetPasswordRequestForm.tpl.php on line 5
class
Warning: Undefined variable $class_name in /home/technoon/public_html/dyenix/vendor/symfony/maker-bundle/templates/resetPassword/ResetPasswordRequestForm.tpl.php on line 7
extends AbstractType { public function buildForm(FormBuilderInterface $builder, array $options): void { $builder ->add('
Warning: Undefined variable $email_field in /home/technoon/public_html/dyenix/vendor/symfony/maker-bundle/templates/resetPassword/ResetPasswordRequestForm.tpl.php on line 12
', EmailType::class, [ 'attr' => ['autocomplete' => 'email'], 'constraints' => [ new NotBlank([ 'message' => 'Please enter your email', ]), ], ]) ; } public function configureOptions(OptionsResolver $resolver): void { $resolver->setDefaults([]); } }