8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Symfony version(s) affected: 5.0 (it works on 4.4)
Description Autowiring is correctly set up and it is working as expected but not when using render functions. https://github.com/Plopix/symfony-autowiring-render-twig-bug/blob/master/sf5/src/Controller/DefaultController.php
render
OK in SF 4.4, not on SF 5.0
How to reproduce Here is a reproducer. https://github.com/Plopix/symfony-autowiring-render-twig-bug
just checkout
cd sf4 composer install symfony server:start
cd sf5 composer install symfony server:start
but you'd know that ;)