You are here

drush.services.yml in MongoDB 8.2

modules/mongodb_watchdog/drush.services.yml

File

modules/mongodb_watchdog/drush.services.yml
View source
  1. services:
  2. mongodb_watchdog.commands:
  3. class: \Drupal\mongodb_watchdog\Commands\MongoDbWatchdogCommands
  4. arguments:
  5. - '@mongodb.watchdog.sanity_check'
  6. tags:
  7. - { name: drush.command }