X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/b95d9840fb06b88151a50aecd566cc83fe518c6c..cfee83b80cdb8f263feebde80879e956ac2ee076:/Form/RecoverType.php diff --git a/Form/RecoverType.php b/Form/RecoverType.php index 40be11b..62f1787 100644 --- a/Form/RecoverType.php +++ b/Form/RecoverType.php @@ -32,6 +32,6 @@ class RecoverType extends RegisterType { * {@inheritdoc} */ public function getName(): string { - return 'rapsys_user_recover'; + return 'rapsysuser_recover'; } }