File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,6 +183,10 @@ are considered for merging into the configuration object's properties.
183183.. important :: You cannot add a new property by setting environment variables,
184184 nor change a scalar value to an array. See :ref: `env-var-replacements-for-data `.
185185
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+
186190If the prefix of a namespaced variable exactly matches the namespace of the configuration
187191class, then the trailing part of the setting (after the dot) is treated as a configuration
188192property. If it matches an existing configuration property, the environment variable's
You can’t perform that action at this time.
0 commit comments