Revert "Fix bug for Symfony ^3.4: Invalid type for path "meritoo_common.form.novalidate". Expected "bool", but got "string""

This reverts commit f1ee046
This commit is contained in:
Meritoo
2018-07-24 17:33:41 +02:00
parent f1ee046ce3
commit 5d4b30924a
@@ -4,4 +4,4 @@
#
meritoo_common:
form:
novalidate: "%env(resolve:MERITOO_FORM_NOVALIDATE)%"
novalidate: "%env(bool:MERITOO_FORM_NOVALIDATE)%"