Check whitespace commit

This commit is contained in:
Dennis Eichhorn 2018-07-12 20:36:43 +02:00
parent 20456981d6
commit 20b3303623

View File

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