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
/
SnippetType.php
diff --git
a/Form/SnippetType.php
b/Form/SnippetType.php
index 0bd83073d28ee313f11b6c7df1a25ef4149e998b..8f81b408dc80f3c3ceebefad820b9dbadcbfff89 100644
(file)
--- a/
Form/SnippetType.php
+++ b/
Form/SnippetType.php
@@
-120,6
+120,6
@@
class SnippetType extends AbstractType {
* {@inheritdoc}
*/
public function getName(): string {
- return 'rapsys
_
air_snippet';
+ return 'rapsysair_snippet';
}
}