Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Shorten air bundle route alias
[airbundle]
/
Form
/
RegisterType.php
diff --git
a/Form/RegisterType.php
b/Form/RegisterType.php
index e6af0830b6192b1cf088fed63d775fd6354be005..e79a7dc8416658e18ea0e0fd65334e45ce021735 100644
(file)
--- a/
Form/RegisterType.php
+++ b/
Form/RegisterType.php
@@
-187,6
+187,6
@@
class RegisterType extends BaseRegisterType {
* {@inheritdoc}
*/
public function getName(): string {
- return 'rapsys
_
air_register';
+ return 'rapsysair_register';
}
}