File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -256,12 +256,13 @@ The default directory where Symfony will look for Twig templates.
256
256
paths
257
257
~~~~~
258
258
259
- .. versionadded :: 4.2
260
- The templates directory ``src/Resources/views/ `` was deprecated in Symfony 4.2,
261
- use the directory defined in the ``default_path `` option (``templates/ `` by default).
262
-
263
259
**type **: ``array `` **default **: ``null ``
264
260
261
+ .. versionadded :: 4.2
262
+ Using the ``src/Resources/views/ `` directory to store templates was
263
+ deprecated in Symfony 4.2. Use instead the directory defined in the
264
+ ``default_path `` option (which is ``templates/ `` by default).
265
+
265
266
This option defines the directories where Symfony will look for Twig templates
266
267
in addition to the default locations. Symfony looks for the templates in the
267
268
following order:
You can’t perform that action at this time.
0 commit comments