File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -986,10 +986,10 @@ beforeInsert **data** = the key/value pairs that are being inserted. If an
986986afterInsert **id ** = the primary key of the new row, or 0 on failure.
987987 **data ** = the key/value pairs being inserted.
988988 **result ** = the results of the ``insert() `` method used through the Query Builder.
989- beforeUpdate **id ** = the array of primary keys of the rows being updated .
989+ beforeUpdate **id ** = the array of primary keys of the rows being passed to the `` update() `` method .
990990 **data ** = the key/value pairs that are being updated. If an object or Entity class is passed to the
991991 ``update() `` method, it is first converted to an array.
992- afterUpdate **id ** = the array of primary keys of the rows being updated .
992+ afterUpdate **id ** = the array of primary keys of the rows being passed to the `` update() `` method .
993993 **data ** = the key/value pairs being updated.
994994 **result ** = the results of the ``update() `` method used through the Query Builder.
995995beforeFind The name of the calling **method **, whether a **singleton ** was requested, and these additional fields:
You can’t perform that action at this time.
0 commit comments