From 6dacdf1fb6db79aea8f6e9b1c6fe9628f2c386ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20W=C3=B3jcik?= Date: Tue, 4 Oct 2022 08:51:01 +0200 Subject: [PATCH] bugfix --- CacheTagsBundle/DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CacheTagsBundle/DependencyInjection/Configuration.php b/CacheTagsBundle/DependencyInjection/Configuration.php index 7184522..734d826 100644 --- a/CacheTagsBundle/DependencyInjection/Configuration.php +++ b/CacheTagsBundle/DependencyInjection/Configuration.php @@ -17,7 +17,7 @@ class Configuration implements ConfigurationInterface /** @var string */ protected $alias; - public function __construct($alias = 'gate_keeper') + public function __construct($alias = 'cache_tags') { $this->alias = $alias; }