Skip to content

Commit ad20714

Browse files
authored
Less requires
1 parent d0df68a commit ad20714

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
@@ -144,7 +144,7 @@ can maintain a "recycle bin" of objects that can be restored, or even simply pre
144144
part of a security trail. If true, the find* methods will only return non-deleted rows, unless
145145
the withDeleted() method is called prior to calling the find* method.
146146

147-
This requires requires either a DATETIME or INTEGER field in the database as per the model's
147+
This requires either a DATETIME or INTEGER field in the database as per the model's
148148
$dateFormat setting. The default field name is ``deleted_at`` however this name can be
149149
configured to any name of your choice by using $deletedField property.
150150

0 commit comments

Comments
 (0)