Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / web / modules / contrib / migrate_upgrade / drush.services.yml
1 services:
2   migrate_upgrade.commands:
3     class: \Drupal\migrate_upgrade\Commands\MigrateUpgradeCommands
4     arguments: ['@state']
5     tags:
6       - { name: drush.command }