Rapsys Git
/
userbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove sent query argument
[userbundle]
/
Form
/
EditType.php
diff --git
a/Form/EditType.php
b/Form/EditType.php
index 24c659c8bd19e67c6df7673ddb9238a4a59ef940..307712712e58f6b1da45550cc2a063ac5fccd5cc 100644
(file)
--- 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';
}
}