You are here

drush.services.yml in Media Expire 8.2

File

drush.services.yml
View source
  1. services:
  2. media_expire.commands:
  3. class: Drupal\media_expire\Commands\MediaExpireCommands
  4. arguments:
  5. - '@media_expire.service'
  6. tags:
  7. - { name: drush.command }