Skip to content

Commit 34661ef

Browse files
authored
Update Database.php
1 parent 89859ad commit 34661ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function __construct($config = null)
4646
{
4747
if (is_array($config)) {
4848
$this->config = $config;
49-
} elseif (method_exists('Config\Devbr\Database', 'get')) {
49+
} elseif (method_exists('\Config\Devbr\Database', 'get')) {
5050
$this->config = \Config\Devbr\Database::get($config);
5151
} else {
5252
trigger_error('DataBase configurations not found!');

0 commit comments

Comments
 (0)