We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c664836 commit 0058d87Copy full SHA for 0058d87
cache.rst
@@ -371,7 +371,7 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
371
return function(ContainerConfigurator $configurator) {
372
$services = $configurator->services();
373
374
- $services->set('app.cace.adapter.redis')
+ $services->set('app.cache.adapter.redis')
375
->parent('cache.adapter.redis')
376
->tag('cache.pool', ['namespace' => 'my_custom_namespace']);
377
};
0 commit comments