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 ab3b182 commit 0902aa4Copy full SHA for 0902aa4
cache.rst
@@ -382,8 +382,8 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
382
// config/services.php
383
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
384
385
- return function(ContainerConfigurator $container) {
386
- $container->services()
+ return function(ContainerConfigurator $configurator) {
+ $configurator->services()
387
// ...
388
389
->set('app.cache.adapter.redis')
0 commit comments