Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / devel / drush.services.yml
1 services:
2   devel.command:
3     class: Drupal\devel\Commands\DevelCommands
4     arguments: ['@token', '@service_container', '@event_dispatcher', '@module_handler']
5     tags:
6       -  { name: drush.command }