diff --git a/src/Bundle/ChillMainBundle/Cron/CronManager.php b/src/Bundle/ChillMainBundle/Cron/CronManager.php index e32e44817..51e560df8 100644 --- a/src/Bundle/ChillMainBundle/Cron/CronManager.php +++ b/src/Bundle/ChillMainBundle/Cron/CronManager.php @@ -37,7 +37,7 @@ use Psr\Log\LoggerInterface; * If a tasks is "forced", there is no test about eligibility of the task (the `canRun` method is not called), * and the last task execution is not recorded. */ -final readonly class CronManager implements CronManagerInterface +class CronManager implements CronManagerInterface { private const LOG_PREFIX = '[cron manager] ';