We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d154052 commit 25f120fCopy full SHA for 25f120f
1 file changed
user_guide_src/source/concepts/factories.rst
@@ -49,6 +49,8 @@ Example
49
Take a look at **Models** as an example. You can access the Factory specific to Models
50
by using the magic static method of the Factories class, ``Factories::models()``.
51
52
+The static method name is called *component*.
53
+
54
By default, Factories first searches in the ``App`` namespace for the path corresponding to the magic static method name.
55
``Factories::models()`` searches the **app/Models** directory.
56
0 commit comments