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 10496ff commit ae6db97Copy full SHA for ae6db97
user_guide_src/source/general/modules.rst
@@ -191,6 +191,11 @@ with the ``new`` command::
191
192
Config files are automatically discovered whenever using the **config()** function that is always available.
193
194
+.. note:: **config()** finds the file in **app/Config/** when there is a class with the same shortname,
195
+ even if you specify a full qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
196
+
197
+.. note:: Modules that need to override or add to known configurations in **app/Config/** should use :ref:`registrars`.
198
199
Migrations
200
==========
201
0 commit comments