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 fe97c7c commit c4307d6Copy full SHA for c4307d6
src/DependencyInjection/CacheAdapterExtension.php
@@ -38,7 +38,7 @@ public function load(array $configs, ContainerBuilder $container)
38
$loader->load('services.yml');
39
40
// Configure client services
41
- $first = isset($providers['default']) ? 'default' : null;
+ $first = isset($config['providers']['default']) ? 'default' : null;
42
foreach ($config['providers'] as $name => $arguments) {
43
if ($first === null) {
44
$first = $name;
0 commit comments