Skip to content

Commit c372070

Browse files
committed
docs: fix variable notation
1 parent 7789dcf commit c372070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/connecting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Available Parameters
3232

3333
**\\Config\\Database::connect($group = null, bool $getShared = true): BaseConnection**
3434

35-
#. ``$group``: The database group name, a string that must match the config class' property name. Default value is ``$config->defaultGroup``.
35+
#. ``$group``: The database group name, a string that must match the config class' property name. Default value is ``Config\Database::$defaultGroup``.
3636
#. ``$getShared``: true/false (boolean). Whether to return the shared connection (see
3737
Connecting to Multiple Databases below).
3838

0 commit comments

Comments
 (0)