Skip to content

Commit 7869d35

Browse files
authored
Merge pull request #8035 from kenjis/fix-docs-upgrade_440
docs: fix typo in upgrade_440
2 parents da6492d + 3e239d6 commit 7869d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)