You are here

drush.services.yml in Voting API 8.3

File

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