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
Where we still refer to a template inside a bundle, we need to update to use the @Foo/B/C.html.twig template. This syntax has always worked, though I think it might only work for Twig (if that's true, we should keep the old syntax only for PHP templates).
…guiluz)
This PR was merged into the 2.7 branch.
Discussion
----------
Use the Twig namespaced syntax for all templates
This fixes#7003.
Commits
-------
858dd81 Use the Twig namespaced syntax for all templates
Where we still refer to a template inside a bundle, we need to update to use the @Foo/B/C.html.twig template. This syntax has always worked, though I think it might only work for Twig (if that's true, we should keep the old syntax only for PHP templates).
Also see: symfony/symfony-standard#861 (comment)
The text was updated successfully, but these errors were encountered: