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