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
After updating to twig 1.26@dev on symfony 3.2@dev things tend to crash;
An exception has been thrown during the compilation of a template
("Method Symfony\Bridge\Twig\Extension\HttpKernelRuntime::controller() does not exist")
in "@Doctrine/Collector/db.html.twig".
This PR was merged into the 3.2-dev branch.
Discussion
----------
[TwigBridge] Fixed unknown controller method
| Q | A
| ------------- | ---
| Branch? | "master"
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #20125 (comment)
| License | MIT
| Doc PR | reference to the documentation PR, if any
@fabpot can you have a look :) Im not sure this concerns BC.. but perhaps it makes sense moving this method as well.
Commits
-------
e45e80e fixed
Uh oh!
There was an error while loading. Please reload this page.
After updating to twig 1.26@dev on symfony 3.2@dev things tend to crash;
see https://github.com/doctrine/DoctrineBundle/blob/1.6.4/Resources/views/Collector/db.html.twig#L113
and #20079 (comment)
The text was updated successfully, but these errors were encountered: