mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-14 05:16: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:
|
tags:
|
||||||
- name: 'console.command'
|
- name: 'console.command'
|
||||||
command: 'events:destinationdataimport'
|
command: 'events:destinationdataimport'
|
||||||
|
events.levacy_comannd_identifier:
|
||||||
|
class: 'Wrm\Events\Command\DestinationDataImportCommand'
|
||||||
|
tags:
|
||||||
|
- name: 'console.command'
|
||||||
|
command: 'events:destinationdataimport‚'
|
||||||
|
|
||||||
Wrm\Events\Command\RemoveAllCommand:
|
Wrm\Events\Command\RemoveAllCommand:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue