Skip to content

Commit 6be86cf

Browse files
tangixpaulbalandan
andauthored
Update user_guide_src/source/models/model.rst
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
1 parent a25b93a commit 6be86cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The Model's CRUD methods will take a step of work away from you and automaticall
116116
the resulting data, instead of the Result object. This setting allows you to define
117117
the type of data that is returned. Valid values are '**array**' (the default), '**object**', or the **fully
118118
qualified name of a class** that can be used with the Result object's ``getCustomResultObject()``
119-
method. Using the ``::class`` suffix of the class will allow most IDEs to
119+
method. Using the special ``::class`` constant of the class will allow most IDEs to
120120
auto-complete the name and allow functions like refactoring to better understand your code.
121121

122122
$useSoftDeletes

0 commit comments

Comments
 (0)