X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/b95d9840fb06b88151a50aecd566cc83fe518c6c..662088d3b367d419c5861e992913b29ed830f316:/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'; } }