Check whitespace commit

This commit is contained in:
Dennis Eichhorn 2018-07-12 20:40:53 +02:00
parent 20b3303623
commit 83e3c199cd

View File

@ -594,7 +594,7 @@ class Account implements ArrayableInterface, \JsonSerializable
public function updateLastActive() : void
{
$this->lastActive = new \DateTime('NOW');
}
}
/**
* Get string representation.