@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Anax\DatabaseQueryBuilder; |
4 | 4 | |
5 | 5 | use Anax\Database\Database; |
6 | -use Anax\DatabaseQueryBuilder\Exception\BuildException; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Build SQL queries by method calling. |