We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2abe8 commit 9dd0e02Copy full SHA for 9dd0e02
1 file changed
user_guide_src/source/concepts/factories.rst
@@ -55,7 +55,7 @@ Or you could also request a specific class:
55
56
If you have only ``Blog\Models\UserModel``, the instance will be returned.
57
But if you have both ``App\Models\UserModel`` and ``Blog\Models\UserModel``,
58
-The instance of ``App\Models\UserModel`` will be returned.
+the instance of ``App\Models\UserModel`` will be returned.
59
60
If you want to get ``Blog\Models\UserModel``, you need to disable the option ``preferApp``:
61
0 commit comments