drush.services.yml in Hacked! 8.2
File
drush.services.ymlView source
- services:
- hacked.commands:
- class: \Drupal\hacked\Commands\HackedCommands
- arguments:
- - '@config.factory'
- - '@module_handler'
- - '@cache.hacked'
- - '@string_translation'
- tags:
- - { name: drush.command }