Skip to content

Commit c04a4e7

Browse files
committed
docs: make id clearer
1 parent 7fdc425 commit c04a4e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/models/model.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,9 +798,9 @@ 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 **id** = primary key of row being deleted.
801+
beforeDelete **id** = primary key of row being passed to the ``delete()`` method.
802802
**purge** = boolean whether soft-delete rows should be hard deleted.
803-
afterDelete **id** = primary key of row being deleted.
803+
afterDelete **id** = primary key of row being passed to the ``delete()`` method.
804804
**purge** = boolean whether soft-delete rows should be hard deleted.
805805
**result** = the result of the ``delete()`` call on the Query Builder.
806806
**data** = unused.

0 commit comments

Comments
 (0)