X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fwoot.services.yml;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fwoot.services.yml;h=37ccc34fefe701d3b4cd34f440c259bfd60a1d96;hp=186c082b8b134c45de17ce232beda8ad11bf995c;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml index 186c082b8..37ccc34fe 100644 --- a/vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml +++ b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml @@ -1,18 +1,5 @@ services: - woot.manager: - class: Drupal\woot\WootManager - arguments: ['@current_user'] + config.config_subscriber: + class: Drupal\woot\EventSubscriber\ConfigSubscriber tags: - - { name: consolidation.commandhandler } - woot.command: - class: Drupal\woot\Commands\WootCommands - tags: - - { name: consolidation.commandhandler } - greet.command: - class: Drupal\woot\Commands\GreetCommand - tags: - - { name: drush.command } - annotated_greet.command: - class: Drupal\woot\Commands\AnnotatedGreetCommand - tags: - - { name: drush.command } + - { name: event_subscriber }