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