diff --git a/src/Bundle/ChillMainBundle/Command/DetectTranslationDuplicatesCommand.php b/src/Bundle/ChillMainBundle/Command/DetectTranslationDuplicatesCommand.php index a2038a309..5cae72853 100644 --- a/src/Bundle/ChillMainBundle/Command/DetectTranslationDuplicatesCommand.php +++ b/src/Bundle/ChillMainBundle/Command/DetectTranslationDuplicatesCommand.php @@ -23,7 +23,7 @@ use Symfony\Component\Console\Helper\Table; class DetectTranslationDuplicatesCommand extends Command { - protected static $defaultName = 'app:detect-duplicate-translations'; + protected static $defaultName = 'chill:detect-duplicate-translations'; public function __construct(private readonly TranslatorInterface $translator, private readonly KernelInterface $kernel) {