Skip to content

Commit e5519e4

Browse files
committed
docs: fix delete* with delete()
There is only one delete() method in the Model.
1 parent 57dc194 commit e5519e4

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
@@ -189,7 +189,7 @@ method.
189189

190190
**$useSoftDeletes**
191191

192-
If true, then any delete* method calls will set ``deleted_at`` in the database, instead of
192+
If true, then any ``delete()`` method calls will set ``deleted_at`` in the database, instead of
193193
actually deleting the row. This can preserve data when it might be referenced elsewhere, or
194194
can maintain a "recycle bin" of objects that can be restored, or even simply preserve it as
195195
part of a security trail. If true, the find* methods will only return non-deleted rows, unless

0 commit comments

Comments
 (0)