|
@@ -11,7 +11,7 @@ declare (strict_types = 1);
|
|
namespace think\db\builder;
|
|
namespace think\db\builder;
|
|
|
|
|
|
use think\db\Builder;
|
|
use think\db\Builder;
|
|
-use think\db\Query;
|
|
|
|
|
|
+use think\db\BaseQuery as Query;
|
|
use think\db\exception\DbException as Exception;
|
|
use think\db\exception\DbException as Exception;
|
|
use think\db\Raw;
|
|
use think\db\Raw;
|
|
|
|
|