mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-14 01:47:46 +00:00
Feature: [cron] Create an interface for CronManagerInterface
This commit is contained in:
@@ -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] ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user