mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
Fix MySQLWrapper variable name
This commit is contained in:
parent
e40b3029e0
commit
7eea71e282
@ -58,9 +58,9 @@ class MySQLWrapper
|
||||
/**
|
||||
* wrapper method
|
||||
*/
|
||||
public function setAutoCommit(bool $autoCommit)
|
||||
public function setAutoCommit(bool $auto_commit)
|
||||
{
|
||||
$this->connection->setAutoCommit($autoCommit);
|
||||
$this->connection->setAutoCommit($auto_commit);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user