mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
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
|
||||
*/
|
||||
public function transaction()
|
||||
public function transaction(): bool
|
||||
{
|
||||
if (!$this->in_transaction && !$this->connection->beginTransaction()) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue