We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25b93a commit 6be86cfCopy full SHA for 6be86cf
1 file changed
user_guide_src/source/models/model.rst
@@ -116,7 +116,7 @@ The Model's CRUD methods will take a step of work away from you and automaticall
116
the resulting data, instead of the Result object. This setting allows you to define
117
the type of data that is returned. Valid values are '**array**' (the default), '**object**', or the **fully
118
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
+method. Using the special ``::class`` constant of the class will allow most IDEs to
120
auto-complete the name and allow functions like refactoring to better understand your code.
121
122
$useSoftDeletes
0 commit comments