From dd2c9e84e4240539f869d36e0320aa775a6b3e57 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 11 Mar 2020 13:20:45 +0300 Subject: [PATCH] feat(form-plugin): add form_render twig function #408 --- site/plugins/form/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/plugins/form/composer.json b/site/plugins/form/composer.json index 1ea3f327..f56d327f 100644 --- a/site/plugins/form/composer.json +++ b/site/plugins/form/composer.json @@ -27,7 +27,8 @@ }, "autoload": { "classmap": [ - "app" + "app", + "twig" ] } }