mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-13 19:29:51 +00:00
Class cannot be final if you want to use lazy proxy
This commit is contained in:
parent
f7b0c49124
commit
5283eddb15
@ -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),
|
* 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.
|
* and the last task execution is not recorded.
|
||||||
*/
|
*/
|
||||||
final readonly class CronManager implements CronManagerInterface
|
class CronManager implements CronManagerInterface
|
||||||
{
|
{
|
||||||
private const LOG_PREFIX = '[cron manager] ';
|
private const LOG_PREFIX = '[cron manager] ';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user