Skip to content

Commit

Permalink
Add afterCommit Cashier queue method
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Aug 18, 2021
1 parent d807969 commit e53222e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cashier/Config/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ interface Queue
public function getConnection(): ?string;

public function getName(): ?string;

public function afterCommit(): bool;
}

0 comments on commit e53222e

Please sign in to comment.