Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
prgTW committed Oct 4, 2022
1 parent 052df39 commit 6dacdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CacheTagsBundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6dacdf1

Please sign in to comment.