Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_tools / migrate_tools.services.yml
diff --git a/web/modules/contrib/migrate_tools/migrate_tools.services.yml b/web/modules/contrib/migrate_tools/migrate_tools.services.yml
new file mode 100644 (file)
index 0000000..fa61e00
--- /dev/null
@@ -0,0 +1,9 @@
+services:
+  logger.channel.migrate_tools:
+    class: Drupal\Core\Logger\LoggerChannel
+    factory: logger.factory:get
+    arguments: ['migrate_tools']
+  route_processor.migrate_group:
+    class: Drupal\migrate_tools\Routing\RouteProcessor
+    tags:
+    - { name: route_processor_outbound }