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