From 5921404712d00f602ded067cdf285776f2a80a5c Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 17 Sep 2024 12:50:02 +0200 Subject: [PATCH] Remove unutilized script --- src/Bundle/ChillMainBundle/config/services/command.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Bundle/ChillMainBundle/config/services/command.yaml b/src/Bundle/ChillMainBundle/config/services/command.yaml index 106b01f37..5d2491fc9 100644 --- a/src/Bundle/ChillMainBundle/config/services/command.yaml +++ b/src/Bundle/ChillMainBundle/config/services/command.yaml @@ -78,7 +78,3 @@ services: Chill\MainBundle\Command\DetectTranslationDuplicatesCommand: tags: - { name: console.command } - - Chill\MainBundle\Command\DetectMissingTranslationsCommand: - tags: - - { name: console.command }