Skip to content

Commit 4d63c3a

Browse files
committed
[#5468] remove outdated warning
1 parent cc9db34 commit 4d63c3a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cookbook/templating/namespaced_paths.rst

-7
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ directory:
7171
);
7272
));
7373
74-
.. caution::
75-
76-
Prior to 2.8, templates in custom namespaces are not pre-compiled by
77-
Symfony's cache warmup process. They are compiled on demand. This may
78-
cause problems if two simultaneous requests are trying to use the
79-
template for the first time.
80-
8174
The registered namespace is called ``foo_bar``, which refers to the
8275
``vendor/acme/foo-bar/templates`` directory. Assuming there's a file
8376
called ``sidebar.twig`` in that directory, you can use it easily:

0 commit comments

Comments
 (0)