mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
Fix bug for Symfony ^3.4: Invalid type for path "meritoo_common.form.novalidate". Expected "bool", but got "string"
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
#
|
||||
meritoo_common:
|
||||
form:
|
||||
novalidate: "%env(bool:MERITOO_FORM_NOVALIDATE)%"
|
||||
novalidate: "%env(resolve:MERITOO_FORM_NOVALIDATE)%"
|
||||
|
||||
Reference in New Issue
Block a user