Skip to content

Commit

Permalink
add delay func to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Nov 6, 2023
1 parent 6d935e3 commit 8565cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EntityContextInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ public function delayUntil(
array $args = [],
\DateTimeInterface $until = new \DateTimeImmutable()
): void;

public function delay(\Closure $self, \DateTimeInterface $until = new \DateTimeImmutable()): void;
}

0 comments on commit 8565cf0

Please sign in to comment.