mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:56:10 +01:00
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:
parent
39d4f628e3
commit
beca8c2e07
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue