X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fsrc%2FGenerator%2FCacheContextGenerator.php;h=da87ee97456bc139cc52a8f80a777d7202075c90;hp=a4d85f813412a02a9274ac2e8cc9dd7971442a71;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/src/Generator/CacheContextGenerator.php b/vendor/drupal/console/src/Generator/CacheContextGenerator.php index a4d85f813..da87ee974 100644 --- a/vendor/drupal/console/src/Generator/CacheContextGenerator.php +++ b/vendor/drupal/console/src/Generator/CacheContextGenerator.php @@ -44,7 +44,7 @@ class CacheContextGenerator extends Generator 'class' => $class, 'services' => $services, 'class_path' => sprintf('Drupal\%s\CacheContext\%s', $module, $class), - 'tags' => ['name' => 'cache_context'], + 'tags' => ['name' => 'cache.context'], 'file_exists' => file_exists($this->extensionManager->getModule($module)->getPath() .'/'.$module.'.services.yml'), ];