File tree Expand file tree Collapse file tree
user_guide_src/source/models Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
800800afterFind 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.
You can’t perform that action at this time.
0 commit comments