Skip to content

Commit

Permalink
Adding misisng callbacks in Table::implementedEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 21, 2013
1 parent 00489ef commit 44cb684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cake/ORM/Table.php
Expand Up @@ -1558,6 +1558,8 @@ public function implementedEvents() {
'Model.afterSave' => 'afterSave',
'Model.beforeDelete' => 'beforeDelete',
'Model.afterDelete' => 'afterDelete',
'Model.beforeValidate' => 'beforeValidate',
'Model.afterValidate' => 'afterValidate',
];
$events = [];

Expand Down

0 comments on commit 44cb684

Please sign in to comment.