mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
Fix MySQLWrapper variable name
This commit is contained in:
@@ -58,9 +58,9 @@ class MySQLWrapper
|
|||||||
/**
|
/**
|
||||||
* wrapper method
|
* 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