Skip to content

Commit fc05c01

Browse files
committed
docs: fix db group name in sample code
It is a property of the Config class. It is not likely PascalCase.
1 parent ecef7f7 commit fc05c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/concepts/factories
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22

3-
$conn = db_connect('AuthDatabase');
3+
$conn = db_connect('auth');
44
$users = Factories::models('UserModel', [], $conn);

0 commit comments

Comments
 (0)