Skip to content

Commit bfffe3d

Browse files
committed
docs: remove incorrect comment
When a FQCN is given, it may search through all namespaces. And the App namespace is prefered by default.
1 parent 921dbbe commit bfffe3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • user_guide_src/source/models/model

user_guide_src/source/models/model/001.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
$userModel = model('UserModel', false);
1515

1616
// Create shared instance with a supplied database connection.
17-
// When no namespace is given, it will search through all namespaces
18-
// the system knows about and attempts to locate the UserModel class.
1917
$db = db_connect('custom');
2018
$userModel = model('UserModel', true, $db);

0 commit comments

Comments
 (0)