9 lines
195 B
YAML
Raw Normal View History

2021-07-27 14:46:32 +02:00
services:
scheduler.commands:
class: \Drupal\scheduler\Commands\SchedulerCommands
arguments:
- '@scheduler.manager'
- '@messenger'
tags:
- { name: drush.command }