You are here

drush.services.yml in Hacked! 8.2

File

drush.services.yml
View source
  1. services:
  2. hacked.commands:
  3. class: \Drupal\hacked\Commands\HackedCommands
  4. arguments:
  5. - '@config.factory'
  6. - '@module_handler'
  7. - '@cache.hacked'
  8. - '@string_translation'
  9. tags:
  10. - { name: drush.command }