X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/869aa1e2035b8f5feaa4f0ca62be552a9e32c053..c367958b6f5eb5e1446f03e47b6177bf8831428e:/Form/RegisterType.php diff --git a/Form/RegisterType.php b/Form/RegisterType.php index eb4acdb..5dbeda8 100644 --- a/Form/RegisterType.php +++ b/Form/RegisterType.php @@ -125,6 +125,6 @@ class RegisterType extends AbstractType { * {@inheritdoc} */ public function getName(): string { - return 'rapsys_user_register'; + return 'rapsysuser_register'; } }