Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_tools / drush.services.yml
diff --git a/web/modules/contrib/migrate_tools/drush.services.yml b/web/modules/contrib/migrate_tools/drush.services.yml
new file mode 100644 (file)
index 0000000..ed0a391
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  migrate_tools.commands:
+    class: \Drupal\migrate_tools\Commands\MigrateToolsCommands
+    arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
+    tags:
+      - { name: drush.command }