We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dc194 commit e5519e4Copy full SHA for e5519e4
1 file changed
user_guide_src/source/models/model.rst
@@ -189,7 +189,7 @@ method.
189
190
**$useSoftDeletes**
191
192
-If true, then any delete* method calls will set ``deleted_at`` in the database, instead of
+If true, then any ``delete()`` method calls will set ``deleted_at`` in the database, instead of
193
actually deleting the row. This can preserve data when it might be referenced elsewhere, or
194
can maintain a "recycle bin" of objects that can be restored, or even simply preserve it as
195
part of a security trail. If true, the find* methods will only return non-deleted rows, unless
0 commit comments