Skip to content

Commit 59765ef

Browse files
committed
优化
1 parent 9038f86 commit 59765ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/InfiniteTree.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,7 @@ public function __construct($tableName = "", $dbConfig = [], $keyConfig = [])
8888
throw $e;
8989
}
9090
}
91-
92-
public function __destruct()
93-
{
94-
// TODO: Implement __destruct() method.
95-
mysqli_close($this->_db);
96-
}
91+
9792

9893
/**
9994
* 配置对应的键

0 commit comments

Comments
 (0)