We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da6492d + 3e239d6 commit 7869d35Copy full SHA for 7869d35
user_guide_src/source/installation/upgrade_440.rst
@@ -91,7 +91,7 @@ When Passing Classname with Namespace to Factories
91
The behavior of passing a classname with a namespace to Factories has been changed.
92
See :ref:`ChangeLog <v440-factories>` for details.
93
94
-If you have code like ``model('\Myth\Auth\Models\UserModel::class')`` or
+If you have code like ``model(\Myth\Auth\Models\UserModel::class)`` or
95
``model('Myth\Auth\Models\UserModel')`` (the code may be in the third-party packages),
96
and you expect to load your ``App\Models\UserModel``, you need to define the
97
classname to be loaded before the first loading of that class::
0 commit comments