File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
user_guide_src/source/models Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -123,16 +123,16 @@ default value is ``true``.
123123$returnType
124124-----------
125125
126- The Model's CRUD methods will take a step of work away from you and automatically return
127- the resulting data, instead of the Result object.
126+ The Model's CRUD methods will take a step of work away from you and automatically
127+ return the resulting data, instead of the Result object.
128128
129- This setting allows you to define
130- the type of data that is returned. Valid values are '**array **' (the default), '**object **', or the **fully
131- qualified name of a class ** that can be used with the Result object's ``getCustomResultObject() ``
132- method.
129+ This setting allows you to define the type of data that is returned. Valid values
130+ are '**array **' (the default), '**object **', or the **fully qualified name of a class **
131+ that can be used with the Result object's ``getCustomResultObject() `` method.
133132
134133Using the special ``::class `` constant of the class will allow most IDEs to
135- auto-complete the name and allow functions like refactoring to better understand your code.
134+ auto-complete the name and allow functions like refactoring to better understand
135+ your code.
136136
137137.. _model-use-soft-deletes :
138138
You can’t perform that action at this time.
0 commit comments