Skip to content

Commit abb5d5b

Browse files
committed
fix wrong class import
1 parent b185bc4 commit abb5d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/chain_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ given adapters. This exposes a simple and efficient method for creating a layere
1515
The ChainAdapter must be provided an array of adapters and optionally a maximum cache
1616
lifetime as its constructor arguments::
1717

18-
use Symfony\Component\Cache\Adapter\ApcuAdapter;
18+
use Symfony\Component\Cache\Adapter\ChainAdapter;
1919

2020
$cache = new ChainAdapter(
2121
// The ordered list of adapters used to fetch cached items

0 commit comments

Comments
 (0)