Skip to content

Commit

Permalink
added to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercroome committed Apr 17, 2024
1 parent 3757452 commit baeab1d
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 baeab1d

Please sign in to comment.