Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix header comment
[airbundle]
/
Form
/
ImageType.php
diff --git
a/Form/ImageType.php
b/Form/ImageType.php
index d1f7de0f7f840fb0502f6c47d23880262f9ac77c..300ffe9e0ca1ad80e2f4d416acc94b91dcf2af22 100644
(file)
--- a/
Form/ImageType.php
+++ b/
Form/ImageType.php
@@
-81,6
+81,6
@@
class ImageType extends AbstractType {
* {@inheritdoc}
*/
public function getName(): string {
- return 'rapsys
_
air_image';
+ return 'rapsysair_image';
}
}