Skip to content

Commit b54d3b9

Browse files
Improve after PR on ChainAdapter
1 parent 119c6c5 commit b54d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/ChainFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ChainFactory extends AbstractAdapterFactory
2828
*/
2929
public function getAdapter(array $config)
3030
{
31-
return new CachePoolChain($config['services'], $config['skipOnFailure']);
31+
return new CachePoolChain($config['services'], ['skip_on_failure' => $config['skipOnFailure']]);
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)