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