Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #2037 Fix form attribute collision in theme (hason)
This PR was merged into the 1.17.x-dev branch. Discussion ---------- Fix form attribute collision in theme This PR fixes name collision between the "children" attribute and a form field with the same name: ```php $builder->add('children', ...); ``` See https://github.com/twigphp/Twig/blob/2.x/lib/Twig/Extension/Core.php#L1437-L1445 Commits ------- 039a98c Fix form attribute collision in theme
- Loading branch information