Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_upgrade / drush.services.yml
diff --git a/web/modules/contrib/migrate_upgrade/drush.services.yml b/web/modules/contrib/migrate_upgrade/drush.services.yml
new file mode 100644 (file)
index 0000000..29bfa55
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  migrate_upgrade.commands:
+    class: \Drupal\migrate_upgrade\Commands\MigrateUpgradeCommands
+    arguments: ['@state']
+    tags:
+      - { name: drush.command }