File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1471,10 +1471,10 @@ may include their own Twig templates (in the ``Resources/views/`` directory of
1471
1471
each bundle). To avoid messing with your own templates, Symfony adds bundle
1472
1472
templates under an automatic namespace created after the bundle name.
1473
1473
1474
- For example, the templates of a bundle called ``AcmeFooBundle `` are available
1475
- under the ``AcmeFoo `` namespace. If this bundle includes the template
1476
- ``<your-project>/vendor/acmefoo -bundle/Resources/views/user/profile.html.twig ``,
1477
- you can refer to it as ``@AcmeFoo /user/profile.html.twig ``.
1474
+ For example, the templates of a bundle called ``AcmeBlogBundle `` are available
1475
+ under the ``AcmeBlog `` namespace. If this bundle includes the template
1476
+ ``<your-project>/vendor/acme/blog -bundle/Resources/views/user/profile.html.twig ``,
1477
+ you can refer to it as ``@AcmeBlog /user/profile.html.twig ``.
1478
1478
1479
1479
.. tip ::
1480
1480
You can’t perform that action at this time.
0 commit comments