X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/869aa1e2035b8f5feaa4f0ca62be552a9e32c053..522c2cc48f7a6188b14c125b04371d20b672ada8:/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'; } }