mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
Change namespace for detect translation duplicate command
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user