You are here

drush.services.yml in Security Review 8

File

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