Skip to content

Commit ff4c78a

Browse files
committed
Resolved problems.
1 parent ac7aec4 commit ff4c78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cache/adapters/couchbasecollection_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: Cache Pool
33
single: Couchabase Cache
44

5-
.. _couchbase-adapter:
5+
.. _couchbase-collection-adapter:
66

77
Couchbase Cache Adapter
88
=======================
@@ -79,7 +79,7 @@ helper method also accepts an array of options as its second argument. The
7979
expected format is an associative array of ``key => value`` pairs representing
8080
option names and their respective values::
8181

82-
use Symfony\Component\Cache\Adapter\CouchbaseBucketAdapter;
82+
use Symfony\Component\Cache\Adapter\CouchbaseCollectionAdapter;
8383

8484
$client = CouchbaseCollectionAdapter::createConnection(
8585
// a DSN string or an array of DSN strings

0 commit comments

Comments
 (0)