Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions service_container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,13 @@ your application.

.. _container-public:

If you wish to additionally check if all environment variables are set, you can append
``--resolve-env-vars`` argument

.. versionadded:: 7.2

The `--resolve-env-vars` flag was introduced in Symfony 7.2

Public Versus Private Services
------------------------------

Expand Down
Loading