You are here

drush.services.yml in Scheduled Updates 8

File

drush.services.yml
View source
  1. services:
  2. scheduled_updates.command:
  3. class: Drupal\scheduled_updates\Commands\RunUpdatesCommand
  4. arguments: ['@scheduled_updates.update_runner']
  5. tags:
  6. - { name: drush.command }