Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_tools / migrate_tools.services.yml
1 services:
2   logger.channel.migrate_tools:
3     class: Drupal\Core\Logger\LoggerChannel
4     factory: logger.factory:get
5     arguments: ['migrate_tools']
6   route_processor.migrate_group:
7     class: Drupal\migrate_tools\Routing\RouteProcessor
8     tags:
9     - { name: route_processor_outbound }