Skip to content

Commit 4083d2c

Browse files
committed
Added the versionadded directive
1 parent 6c02ec0 commit 4083d2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

service_container/expression_language.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ In this context, you have access to 3 functions:
8282
``env``
8383
Returns the value of an env variable.
8484

85+
.. versionadded:: 6.1
86+
87+
The ``env()`` function was introduced in Symfony 6.1.
88+
8589
You also have access to the :class:`Symfony\\Component\\DependencyInjection\\Container`
8690
via a ``container`` variable. Here's another example:
8791

0 commit comments

Comments
 (0)