@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Aura\SqlQuery\Common; |
3 | 3 | |
4 | -use Aura\SqlQuery\Exception; |
|
5 | - |
|
6 | 4 | abstract class AbstractBuilder |
7 | 5 | { |
8 | 6 | public function __construct($quoter) |