X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/b95d9840fb06b88151a50aecd566cc83fe518c6c..e3993664bfc14572e614054b26cab3d23eb867c5:/Form/EditType.php diff --git a/Form/EditType.php b/Form/EditType.php index 24c659c..3077127 100644 --- a/Form/EditType.php +++ b/Form/EditType.php @@ -33,6 +33,6 @@ class EditType extends RegisterType { * {@inheritdoc} */ public function getName(): string { - return 'rapsys_user_edit'; + return 'rapsysuser_edit'; } }