Skip to content

Commit 119c6c5

Browse files
Fix skiponfailure config
1 parent 883b25d commit 119c6c5

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']);
31+
return new CachePoolChain($config['services'], $config['skipOnFailure']);
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)