This commit is contained in:
2021-01-04 16:20:08 +08:00
parent f5db735597
commit 0bd6441927
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class Connection extends Pool
public function desc(string $name)
{
if (!isset($this->hasCreate[$name])) {
return;
$this->hasCreate[$name] = 0;
}
$this->hasCreate[$name] -= 1;
}