1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 08:34:19 +02:00

feat(form-plugin): add form_render twig function #408

This commit is contained in:
Awilum
2020-03-11 13:20:45 +03:00
parent 26adaae919
commit dd2c9e84e4

View File

@@ -27,7 +27,8 @@
},
"autoload": {
"classmap": [
"app"
"app",
"twig"
]
}
}