You are here

drush.services.yml in Webhooks 8

File

drush.services.yml
View source
  1. services:
  2. webhooks.commands:
  3. class: \Drupal\webhooks\Commands\WebhooksCommands
  4. arguments: ['@webhooks.service', '@entity_type.manager']
  5. tags:
  6. - { name: drush.command }