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 3e88f85 commit 868961dCopy full SHA for 868961d
user_guide_src/source/general/configuration.rst
@@ -314,6 +314,10 @@ Registrars provide a means of altering a configuration at runtime across namespa
314
Registrars work if :ref:`auto-discovery` is enabled in :doc:`Modules </general/modules>`.
315
It alters configuration properties when the Config object is instantiated.
316
317
+.. note:: This feature is implemented in the ``CodeIgniter\Config\BaseConfig``
318
+ class. So it will not work with a few files in the **app/Config** folder
319
+ that do not extends the class.
320
+
321
There are two ways to implement a Registrar: **implicit** and **explicit**.
322
323
.. note:: Values from **.env** always take priority over Registrars.
0 commit comments