Skip to content

Commit c4307d6

Browse files
committed
bugfix
1 parent fe97c7c commit c4307d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/CacheAdapterExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function load(array $configs, ContainerBuilder $container)
3838
$loader->load('services.yml');
3939

4040
// Configure client services
41-
$first = isset($providers['default']) ? 'default' : null;
41+
$first = isset($config['providers']['default']) ? 'default' : null;
4242
foreach ($config['providers'] as $name => $arguments) {
4343
if ($first === null) {
4444
$first = $name;

0 commit comments

Comments
 (0)