Skip to content

Commit fe884ad

Browse files
committed
docs: remove unneeded row
There is only one delete() method.
1 parent 2e7399a commit fe884ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/models/model.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,8 +798,7 @@ beforeFind The name of the calling **method**, whether a **singleton** wa
798798
- findAll() **limit** = the number of rows to find.
799799
**offset** = the number of rows to skip during the search.
800800
afterFind Same as **beforeFind** but including the resulting row(s) of data, or null if no result found.
801-
beforeDelete Varies by delete* method. See the following:
802-
- delete() **id** = primary key of row being deleted.
801+
beforeDelete **id** = primary key of row being deleted.
803802
**purge** = boolean whether soft-delete rows should be hard deleted.
804803
afterDelete **id** = primary key of row being deleted.
805804
**purge** = boolean whether soft-delete rows should be hard deleted.

0 commit comments

Comments
 (0)