mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56:09 +01:00
24 lines
509 B
YAML
24 lines
509 B
YAML
|
services:
|
||
|
_defaults:
|
||
|
autowire: true
|
||
|
autoconfigure: true
|
||
|
public: false
|
||
|
|
||
|
Wrm\Events\:
|
||
|
resource: '../Classes/*'
|
||
|
|
||
|
Wrm\Events\Command\DestinationDataImportCommand:
|
||
|
tags:
|
||
|
- name: 'console.command'
|
||
|
command: 'events:destinationdataimport'
|
||
|
|
||
|
Wrm\Events\Command\RemoveAllCommand:
|
||
|
tags:
|
||
|
- name: 'console.command'
|
||
|
command: 'events:removeAll'
|
||
|
|
||
|
Wrm\Events\Command\RemovePastCommand:
|
||
|
tags:
|
||
|
- name: 'console.command'
|
||
|
command: 'events:removePast'
|