We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df35f29 commit 89859adCopy full SHA for 89859ad
User.php
@@ -63,8 +63,8 @@ public function __construct($config = null)
63
$this->_dbConfig[$i] = $d;
64
}
65
66
- } elseif (method_exists('Config\Database\Main', 'getUserConfig')) {
67
- $this->_dbConfig = \Config\Database\Main::getUserConfig();
+ } elseif (method_exists('\Config\Devbr\Database', 'getUserConfig')) {
+ $this->_dbConfig = \Config\Devbr\Database::getUserConfig();
68
69
70
$this->_db = new Database;
0 commit comments