You are here

drush.services.yml in Acquia Content Hub 8.2

modules/acquia_contenthub_site_health/drush.services.yml

File

modules/acquia_contenthub_site_health/drush.services.yml
View source
  1. services:
  2. acquia_contenthub_site_health.commands:
  3. class: Drupal\acquia_contenthub_site_health\Commands\AcquiaContentHubConfigNullUuidsFix
  4. arguments: ['@entity_type.manager', '@config.factory', '@module_handler', '@uuid']
  5. tags:
  6. - { name: drush.command }