Skip to content

Commit

Permalink
added to constructor (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome authored Apr 17, 2024
1 parent f526c5a commit d5c6924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client-mu-plugins/goodbids/src/classes/Auctions/Cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ public function __construct() {

// Use cron action to close auctions.
$this->cron_check_for_closing_auctions();

// Schedule a cron job to check for auctions ending soon.
$this->schedule_auction_ending_soon_check();
}

/**
Expand Down

0 comments on commit d5c6924

Please sign in to comment.