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