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