Skip to content

Commit c02a013

Browse files
committed
docs: improve explanation
1 parent d996ee1 commit c02a013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/concepts/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Take a look at **Models** as an example. You can access the Factory specific to
5050
by using the magic static method of the Factories class, ``Factories::models()``.
5151

5252
By default, Factories first searches in the ``App`` namespace for the path corresponding to the magic static method name.
53-
``Factories::models()`` searches the path **Models/**.
53+
``Factories::models()`` searches the **app/Models** directory.
5454

5555
In the following code, if you have ``App\Models\UserModel``, the instance will be returned:
5656

0 commit comments

Comments
 (0)