Propagate signature change of Database::transaction()
This commit is contained in:
parent
121d26999c
commit
4c5d9e22a8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class StaticDatabase extends Database
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function transaction()
|
public function transaction(): bool
|
||||||
{
|
{
|
||||||
if (!$this->in_transaction && !$this->connection->beginTransaction()) {
|
if (!$this->in_transaction && !$this->connection->beginTransaction()) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue