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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Config files are automatically discovered whenever using the ``config()`` functi
194
194
195
195
.. note:: ``config()`` finds the file in **app/Config/** when there is a class with the same shortname,
196
196
even if you specify a fully qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
197
-
This is because ``config()`` is a wrapper for the ``Factories`` class which uses ``preferApp`` by default. See :ref:`Factories Example <factories-example>` for more information.
197
+
This is because ``config()`` is a wrapper for the ``Factories`` class which uses ``preferApp`` by default. See :ref:`factories-loading-class` for more information.
198
198
199
199
Migrations
200
200
==========
@@ -250,7 +250,7 @@ Model files are automatically discovered whenever using the :php:func:`model()`
250
250
251
251
.. note:: ``model()`` finds the file in **app/Models/** when there is a class with the same shortname,
252
252
even if you specify a fully qualified class name like ``model(\Acme\Blog\Model\PostModel::class)``.
253
-
This is because ``model()`` is a wrapper for the ``Factories`` class which uses ``preferApp`` by default. See :ref:`Factories Example <factories-example>` for more information.
253
+
This is because ``model()`` is a wrapper for the ``Factories`` class which uses ``preferApp`` by default. See :ref:`factories-loading-class` for more information.
0 commit comments