From d55190d2efa044fd36613ceabb42d476b2598fcb Mon Sep 17 00:00:00 2001 From: Serhii Zhuravel Date: Thu, 26 May 2022 19:10:32 +0300 Subject: [PATCH] Add cleanup to cron --- Command/CleanupCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/CleanupCommand.php b/Command/CleanupCommand.php index d4e2e794..071951a0 100644 --- a/Command/CleanupCommand.php +++ b/Command/CleanupCommand.php @@ -17,7 +17,7 @@ class CleanupCommand extends Command implements CronCommandInterface { /** @var string */ - protected static $defaultName = 'oro:akeneo:cleanup'; + protected static $defaultName = 'oro:cron:akeneo:cleanup'; /** @var DoctrineHelper */ private $doctrineHelper;