From beca8c2e072b47c7343c4e3fa673bdade3c300e9 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 6 Sep 2021 15:02:42 +0200 Subject: [PATCH] Keep old legacy command identifier The old identifier had a trailing comma. Old installations would break if we do not keep the command under this identifier. Updating scheduler tasks is a bad thing, so we keep compatibility. --- Configuration/Services.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml index 5d2e91e..a0fd323 100644 --- a/Configuration/Services.yaml +++ b/Configuration/Services.yaml @@ -11,6 +11,11 @@ services: tags: - name: 'console.command' command: 'events:destinationdataimport' + events.levacy_comannd_identifier: + class: 'Wrm\Events\Command\DestinationDataImportCommand' + tags: + - name: 'console.command' + command: 'events:destinationdataimport‚' Wrm\Events\Command\RemoveAllCommand: tags: