Skip to content

Commit f532e2e

Browse files
authored
Merge pull request #424 from git-webmaster/patch-1
Fix CouchBase driver settings array example
2 parents 148045c + 0a9d04b commit f532e2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/couchbase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
'timeout' => '1',
2626
'buckets' => [
2727
[
28-
'default' => 'Cache',// The bucket name, generally "default" by default
29-
'password' => ''// The bucket password if there is
28+
'bucket' => 'default', // The bucket name, generally "default" by default
29+
'password' => '' // The bucket password if there is
3030
],
31-
],
31+
]
3232
]);
3333

3434
/**

0 commit comments

Comments
 (0)