Change namespace for detect translation duplicate command

This commit is contained in:
Julie Lenaerts 2024-11-18 13:03:47 +01:00
parent b0b1a28f50
commit 89fa10cede

View File

@ -23,7 +23,7 @@ use Symfony\Component\Console\Helper\Table;
class DetectTranslationDuplicatesCommand extends Command 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) public function __construct(private readonly TranslatorInterface $translator, private readonly KernelInterface $kernel)
{ {