Skip to content

Commit cd5d633

Browse files
committed
Minor tweak
1 parent 297ae27 commit cd5d633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/psr6_psr16_adapters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ the class instead. No problem! The Cache component provides the
7474
this use-case::
7575

7676
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
77-
use Symfony\Component\Cache\Simple\Psr6Cache;
77+
use Symfony\Component\Cache\Simple\Psr16Cache;
7878

7979
// the PSR-6 cache object that you want to use
8080
$psr6Cache = new FilesystemAdapter();

0 commit comments

Comments
 (0)