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.
2 parents 2798f6f + 740aee3 commit ebc0b28Copy full SHA for ebc0b28
cache.rst
@@ -361,8 +361,8 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
361
// config/services.php
362
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
363
364
- return function(ContainerConfigurator $container) {
365
- $container->services()
+ return function(ContainerConfigurator $configurator) {
+ $configurator->services()
366
// ...
367
368
->set('app.cache.adapter.redis')
0 commit comments