Skip to content

Commit

Permalink
TASK: Adjust to onAfterBatchCompleted
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Dec 10, 2024
1 parent 87e6fb6 commit dd9fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CatchUpHook/DocumentUriPathProjectionHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function onAfterEvent(EventInterface $eventInstance, EventEnvelope $event
};
}

public function onBeforeBatchCompleted(): void
public function onAfterBatchCompleted(): void
{
// Nothing to do here
}
Expand Down

0 comments on commit dd9fbca

Please sign in to comment.