Skip to content

Commit b9a6417

Browse files
committed
[ci skip] Correction in the name of the variables that receive the callback information
1 parent b3a43e3 commit b9a6417

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
@@ -212,8 +212,8 @@ this model will never validate.
212212
**$afterInsert**
213213
**$beforeUpdate**
214214
**$afterUpdate**
215-
**afterFind**
216-
**afterDelete**
215+
**$afterFind**
216+
**$afterDelete**
217217

218218
These arrays allow you to specify callback methods that will be run on the data at the
219219
time specified in the property name.

0 commit comments

Comments
 (0)