Feature: [cron] Create an interface for CronManagerInterface

This commit is contained in:
2022-12-12 21:14:33 +01:00
parent e0c9e12008
commit ceee5e7eea
2 changed files with 18 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ use Exception;
use Psr\Log\LoggerInterface;
use function array_key_exists;
class CronManager
class CronManager implements CronManagerInterface
{
private const LOG_PREFIX = '[cron manager] ';