mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-13 19:55:34 +08:00
Fix MySQLWrapper variable name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user