diff --git a/src/ORM/Table.php b/src/ORM/Table.php index b98b8054bad..355990ce64a 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -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. *