We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e8fdd commit fbfa66eCopy full SHA for fbfa66e
routing/service_container_parameters.rst
@@ -55,6 +55,10 @@ inside your routing configuration:
55
;
56
};
57
58
+.. versionadded:: 4.3
59
+
60
+ Support for boolean container parameters in routes was introduced in Symfony 4.3.
61
62
You can now control and set the ``app.locales`` parameter somewhere
63
in your container:
64
@@ -138,7 +142,3 @@ path):
138
142
139
143
For parameter handling within a Dependency Injection Class see
140
144
:doc:`/configuration/using_parameters_in_dic`.
141
-
-.. versionadded:: 4.3
- Support for boolean container parameters was introduced in Symfony 4.3.
0 commit comments