Skip to content

Commit 1684206

Browse files
committed
docs: break long lines
1 parent 8b1e3a0 commit 1684206

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

user_guide_src/source/models/model.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

134133
Using 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

0 commit comments

Comments
 (0)