You are here

drush.services.yml in Checklist API 8

File

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