Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gmars committed Jul 1, 2019
1 parent 9038f86 commit 59765ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/InfiniteTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,7 @@ public function __construct($tableName = "", $dbConfig = [], $keyConfig = [])
throw $e;
}
}

public function __destruct()
{
// TODO: Implement __destruct() method.
mysqli_close($this->_db);
}


/**
* 配置对应的键
Expand Down

0 comments on commit 59765ef

Please sign in to comment.