Skip to content

Commit

Permalink
修复mysql组件误删query问题
Browse files Browse the repository at this point in the history
  • Loading branch information
bingcool committed Jan 17, 2019
1 parent 45b4df4 commit 9135cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score/Core/Db/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function __call($method, $args) {
* __destruct
*/
public function __destruct() {

Db::destroy();
}

}

0 comments on commit 9135cda

Please sign in to comment.