Browse Source

Merge pull request #7658 from jeffblack360/master

Remove superfluous Model.afterDelete from Table.delete doc-block
Mark Story 10 years ago
parent
commit
65a0b1fadf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/ORM/Table.php

+ 0 - 2
src/ORM/Table.php

@@ -1623,8 +1623,6 @@ class Table implements RepositoryInterface, EventListenerInterface, EventDispatc
      *   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.
      *