Skip to content

Commit

Permalink
Add cleanup to cron
Browse files Browse the repository at this point in the history
  • Loading branch information
dxops committed May 26, 2022
1 parent 8ea46c1 commit d55190d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/CleanupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d55190d

Please sign in to comment.