Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / migrate_tools / drush.services.yml
1 services:
2   migrate_tools.commands:
3     class: \Drupal\migrate_tools\Commands\MigrateToolsCommands
4     arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
5     tags:
6       - { name: drush.command }