This commit is contained in:
2023-04-25 18:04:31 +08:00
parent 3a577aaf03
commit def1e1e9c1
+1 -1
View File
@@ -60,7 +60,7 @@ class ActiveQuery extends Component implements ISqlBuilder
/** /**
* 清除不完整数据 * 清除不完整数据
*/ */
public function clear() public function clear(): void
{ {
$this->db = NULL; $this->db = NULL;
$this->useCache = FALSE; $this->useCache = FALSE;