Add relocate console command

This commit is contained in:
Hypolite Petovan 2022-05-15 21:41:39 -04:00
parent 7d09ce86c4
commit f1630ebb05
3 changed files with 208 additions and 1 deletions

View file

@ -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;