File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,10 @@ are considered for merging into the configuration object's properties.
183
183
.. important :: You cannot add a new property by setting environment variables,
184
184
nor change a scalar value to an array. See :ref: `env-var-replacements-for-data `.
185
185
186
+ .. note :: This feature is implemented in the ``CodeIgniter\Config\BaseConfig``
187
+ class. So it will not work with a few files in the **app/Config ** folder
188
+ that do not extends the class.
189
+
186
190
If the prefix of a namespaced variable exactly matches the namespace of the configuration
187
191
class, then the trailing part of the setting (after the dot) is treated as a configuration
188
192
property. If it matches an existing configuration property, the environment variable's
You can’t perform that action at this time.
0 commit comments