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 bf5ff5d commit df35f29Copy full SHA for df35f29
Database.php
@@ -46,8 +46,8 @@ function __construct($config = null)
46
{
47
if (is_array($config)) {
48
$this->config = $config;
49
- } elseif (method_exists('Config\Database\Main', 'get')) {
50
- $this->config = \Config\Database\Main::get($config);
+ } elseif (method_exists('Config\Devbr\Database', 'get')) {
+ $this->config = \Config\Devbr\Database::get($config);
51
} else {
52
trigger_error('DataBase configurations not found!');
53
}
0 commit comments