drush.services.yml in Scheduler 8
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- scheduler.commands:
- class: \Drupal\scheduler\Commands\SchedulerCommands
- arguments:
- - '@scheduler.manager'
- - '@messenger'
- tags:
- - { name: drush.command }