mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:50:11 +00:00
Add relocate console command
This commit is contained in:
parent
7d09ce86c4
commit
f1630ebb05
3 changed files with 208 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ class Database
|
|||
*
|
||||
* @return boolean Was the command executed successfully?
|
||||
*/
|
||||
public function transaction()
|
||||
public function transaction(): bool
|
||||
{
|
||||
if (!$this->performCommit()) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue