Skip to content

Commit 262829b

Browse files
committed
fix: cache service
1 parent b9a8f10 commit 262829b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/services.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ services:
4848
arguments:
4949
- '@Redis'
5050

51-
# Inject named cache pools for direct use via autowiring
52-
Symfony\Contracts\Cache\CacheInterface $tokensCache:
53-
alias: 'cache.pool.tokens_cache'
51+
# # Inject named cache pools for direct use via autowiring
52+
# Symfony\Contracts\Cache\CacheInterface $tokensCache:
53+
# alias: 'cache.pool.tokens_cache'

0 commit comments

Comments
 (0)