We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5015f48 + a618d39 commit 05e8c06Copy full SHA for 05e8c06
1 file changed
user_guide_src/source/database/connecting.rst
@@ -52,7 +52,7 @@ If you need to connect to more than one database simultaneously you can
52
do so as follows::
53
54
$db1 = \Config\Database::connect('group_one');
55
- $db = \Config\Database::connect('group_two);
+ $db = \Config\Database::connect('group_two');
56
57
Note: Change the words "group_one" and "group_two" to the specific
58
group names you are connecting to.
0 commit comments