We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d996ee1 commit c02a013Copy full SHA for c02a013
1 file changed
user_guide_src/source/concepts/factories.rst
@@ -50,7 +50,7 @@ Take a look at **Models** as an example. You can access the Factory specific to
50
by using the magic static method of the Factories class, ``Factories::models()``.
51
52
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/**.
+``Factories::models()`` searches the **app/Models** directory.
54
55
In the following code, if you have ``App\Models\UserModel``, the instance will be returned:
56
0 commit comments