X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Ftemplates%2Fmodule%2Fplugin-yaml-services.yml.twig;fp=vendor%2Fdrupal%2Fconsole%2Ftemplates%2Fmodule%2Fplugin-yaml-services.yml.twig;h=7055d3fcc0632d892d06a1f5cd459eef561561eb;hp=7587e908f4da19de4cd08c8aa5cab720455e80ed;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console/templates/module/plugin-yaml-services.yml.twig b/vendor/drupal/console/templates/module/plugin-yaml-services.yml.twig index 7587e908f..7055d3fcc 100644 --- a/vendor/drupal/console/templates/module/plugin-yaml-services.yml.twig +++ b/vendor/drupal/console/templates/module/plugin-yaml-services.yml.twig @@ -2,5 +2,5 @@ services: {% endif %} plugin.manager.{{ plugin_name | lower }}: - class: Drupal\{{ module }}\{{ plugin_class }}Manager + class: Drupal\{{ module }}\{{ class_name }}Manager arguments: ['@module_handler', '@cache.discovery']