lgy há 2 meses atrás
pai
commit
eceed466c0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      jcjyhr/vendor/topthink/think-orm/src/db/builder/Dm.php

+ 1 - 1
jcjyhr/vendor/topthink/think-orm/src/db/builder/Dm.php

@@ -11,7 +11,7 @@ declare (strict_types = 1);
 namespace 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\Raw;