Skip to content

Commit

Permalink
[n/a] Add reward claimed admin email to array (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
clatwell authored Apr 25, 2024
1 parent 38b8f8f commit a9425a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public function load_email_classes(): void {
'AuctionOutbid' => new AuctionOutbid(),
'AuctionPaidBidPlaced' => new AuctionPaidBidPlaced(),
'AuctionRewardClaimed' => new AuctionRewardClaimed(),
'AuctionRewardClaimedAdmin' => new AuctionRewardClaimedAdmin(),
'AuctionRewardReminder' => new AuctionRewardReminder(),
'AuctionSummaryAdmin' => new AuctionSummaryAdmin(),
'AuctionWinnerConfirmation' => new AuctionWinnerConfirmation(),
Expand Down

0 comments on commit a9425a2

Please sign in to comment.