Skip to content

Commit aad1431

Browse files
author
mimidots
committed
Added namespace and fixed imports
1 parent b0ae5b8 commit aad1431

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Builder.php

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
* Date: 29-Oct-17
77
* Time: 09:42
88
*/
9-
9+
namespace mysqlBuilder;
10+
use Exception;
11+
use PDO;
12+
use PDOException;
1013
use QueryBuilder\Connect;
14+
use RecursiveArrayIterator;
1115

1216
class Builder extends Connect
1317
{
@@ -23,7 +27,7 @@ class Builder extends Connect
2327
/**
2428
* Sets the table on to which the various statements are executed.
2529
* @param $table
26-
* @return string
30+
* @return string | $this
2731
*/
2832
public static function table($table)
2933
{

0 commit comments

Comments
 (0)