Skip to content

Commit

Permalink
Remove superfluous Model.afterDelete from Events doc-block
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffblack360 committed Nov 7, 2015
1 parent 0043d2f commit ac170f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ORM/Table.php
Expand Up @@ -1623,8 +1623,6 @@ protected function _update($entity, $data)
* will be aborted. Receives the event, entity, and options.
* - `Model.afterDelete` Fired after the delete has been successful. Receives
* the event, entity, and options.
* - `Model.afterDelete` Fired after the delete has been successful. Receives
* the event, entity, and options.
* - `Model.afterDeleteCommit` Fired after the transaction is committed for
* an atomic delete. Receives the event, entity, and options.
*
Expand Down

0 comments on commit ac170f0

Please sign in to comment.