Skip to content

Commit 330896c

Browse files
authored
Update DB.php
1 parent 297f784 commit 330896c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

DB.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?php
22

3-
namespace Wingwah\Providers;
3+
namespace App\Providers;
44

5-
use Wingwah;
5+
use App;
66
use PDO;
77
use Wingwah\Providers\Config;
8-
use Wingwah\Helpers\DBStash as DBStashTrait;
98

109
class DB {
1110
/**
@@ -638,4 +637,4 @@ public function lastInsertId()
638637
if ($this->count()>0)
639638
return $this->handle->lastInsertId();
640639
}
641-
}
640+
}

0 commit comments

Comments
 (0)