You are here

drush.services.yml in PatchInfo 8.2

modules/patchinfo_drupalorg/drush.services.yml

File

modules/patchinfo_drupalorg/drush.services.yml
View source
  1. services:
  2. patchinfo_drupalorg.commands:
  3. class: Drupal\patchinfo_drupalorg\Commands\PatchInfoDrupalorgCommands
  4. arguments: ['@update.manager', '@patchinfo_drupalorg.patchinfo_drupalorg_service']
  5. tags:
  6. - { name: drush.command }