From 62273e01649ea59ce9a418e99eef47301d14cdf8 Mon Sep 17 00:00:00 2001 From: Sonny Kieu Date: Wed, 2 Oct 2024 14:47:43 +1000 Subject: [PATCH] Issue #7: Cleaned up SqlSyncCommands in drush services. --- drush.services.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drush.services.yml b/drush.services.yml index 96771a0..aab56c2 100644 --- a/drush.services.yml +++ b/drush.services.yml @@ -3,7 +3,3 @@ services: class: Drupal\gdpr_dumper\Commands\SqlCommands tags: - { name: drush.command } - gdpr_dumper.sync_command: - class: Drupal\gdpr_dumper\Commands\SqlSyncCommands - tags: - - { name: drush.command }