Skip to content

Commit 9bff304

Browse files
authored
Update MysqliDb.php
1 parent 4ab0c03 commit 9bff304

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MySQL/MysqliDb.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @version 2.8-master
1414
*/
1515

16+
namespace Schoost\MySQL;
17+
1618
class MysqliDb
1719
{
1820

@@ -2388,4 +2390,4 @@ private function conditionToSql($operator, $val) {
23882390
}
23892391
}
23902392

2391-
// END class
2393+
// END class

0 commit comments

Comments
 (0)