diff --git a/Account/Account.php b/Account/Account.php index c4dbe6ebc..86db163c6 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -594,7 +594,7 @@ class Account implements ArrayableInterface, \JsonSerializable public function updateLastActive() : void { $this->lastActive = new \DateTime('NOW'); - } + } /** * Get string representation.