Skip to content

Commit

Permalink
Fix unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaval-parekh committed Oct 13, 2021
1 parent bf25b0c commit e7f51ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BackgroundTask/RecurringBackgroundTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

namespace AmpProject\AmpWP\BackgroundTask;

use function wp_get_scheduled_event;

/**
* Abstract base class for using cron to execute a background task that runs on a schedule.
*
Expand Down

0 comments on commit e7f51ea

Please sign in to comment.