You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/general/modules.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ Config files are automatically discovered whenever using the **config()** functi
196
196
197
197
.. note:: **config()** finds the file in **app/Config/** when there is a class with the same shortname,
198
198
even if you specify a fully qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
199
-
This is because ``Factories``'s the default configuration. See :ref:`factories-options` for more information.
199
+
This is because ``config()`` is a wrapper for the ``Factories`` class which uses ``preferApp`` by default. See :ref:`factories-options` for more information.
0 commit comments