Skip to content

Commit 4caded9

Browse files
authored
Update Model.php
1 parent a6eee8a commit 4caded9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.php/Resource/Model.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
namespace Resource;
1616

17-
use Lib\Db;
18-
use Config\Database;
17+
use Devbr\Database;
18+
use Config\Devbr\Database as DbConf;
1919

2020
/**
2121
* Model Class
@@ -34,7 +34,7 @@ class Model
3434

3535
function __construct()
3636
{
37-
$this->db = new Db(Database::get());
37+
$this->db = new Database(DbConf::get());
3838
}
3939

4040
function getError()

0 commit comments

Comments
 (0)