Skip to content

Commit 8b1e3a0

Browse files
committed
docs: add empty lines
1 parent 25fb054 commit 8b1e3a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

user_guide_src/source/models/model.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,14 @@ $returnType
124124
-----------
125125

126126
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. This setting allows you to define
127+
the resulting data, instead of the Result object.
128+
129+
This setting allows you to define
128130
the type of data that is returned. Valid values are '**array**' (the default), '**object**', or the **fully
129131
qualified name of a class** that can be used with the Result object's ``getCustomResultObject()``
130-
method. Using the special ``::class`` constant of the class will allow most IDEs to
132+
method.
133+
134+
Using the special ``::class`` constant of the class will allow most IDEs to
131135
auto-complete the name and allow functions like refactoring to better understand your code.
132136

133137
.. _model-use-soft-deletes:

0 commit comments

Comments
 (0)