Skip to content

Commit 3e239d6

Browse files
committed
docs: fix typo
1 parent da6492d commit 3e239d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/installation/upgrade_440.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ When Passing Classname with Namespace to Factories
9191
The behavior of passing a classname with a namespace to Factories has been changed.
9292
See :ref:`ChangeLog <v440-factories>` for details.
9393

94-
If you have code like ``model('\Myth\Auth\Models\UserModel::class')`` or
94+
If you have code like ``model(\Myth\Auth\Models\UserModel::class)`` or
9595
``model('Myth\Auth\Models\UserModel')`` (the code may be in the third-party packages),
9696
and you expect to load your ``App\Models\UserModel``, you need to define the
9797
classname to be loaded before the first loading of that class::

0 commit comments

Comments
 (0)