Skip to content

Commit 2770b90

Browse files
authored
Update DB.php
1 parent 330896c commit 2770b90

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

DB.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,10 @@
44

55
use App;
66
use PDO;
7-
use Wingwah\Providers\Config;
7+
use App\Providers\Config;
88

99
class DB {
10-
/**
11-
* @see Wingwah\Helpers\DBStash() for methods reference
12-
*/
13-
use DBStashTrait;
14-
15-
public $query, $error, $results, $whereArr;
10+
public $query, $error, $results, $whereArr;
1611

1712
private $handle, $table, $where, $orderBy, $groupBy, $limit, $column;
1813

0 commit comments

Comments
 (0)