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.
This commit is contained in:
Daniel Siepmann 2021-09-06 15:02:42 +02:00
parent 39d4f628e3
commit beca8c2e07

View file

@ -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: