You are here

drush.services.yml in Ultimate Cron 8.2

File

drush.services.yml
View source
  1. services:
  2. ultimate_cron.commands:
  3. class: Drupal\ultimate_cron\Commands\UltimateCronCommands
  4. arguments: ['@logger.factory']
  5. tags:
  6. - { name: drush.command }