diff --git a/drush.services.yml b/drush.services.yml new file mode 100644 index 00000000..f7fa3f64 --- /dev/null +++ b/drush.services.yml @@ -0,0 +1,6 @@ +services: + drush.command.tide_core: + class: Drupal\tide_core\Command\AuditLogCleanupCommand + arguments: ['@config.factory'] + tags: + - { name: drush.command } \ No newline at end of file