You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trigger_error('The twig.form.resources configuration key is deprecated since version 2.6 and will be removed in 3.0. Use the twig.form_themes configuration key instead.', E_USER_DEPRECATED);
58
+
59
+
return$v;
60
+
})
61
+
->end()
52
62
->validate()
53
63
->ifTrue(function ($v) {
54
64
returncount($v['form']['resources']) > 0;
55
65
})
56
66
->then(function ($v) {
57
-
trigger_error('The twig.form.resources configuration key is deprecated since version 2.6 and will be removed in 3.0. Use the twig.form_themes configuration key instead.', E_USER_DEPRECATED);
0 commit comments