mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-17 04:18:41 +00:00
fix aligns
This commit is contained in:
parent
d20a6b9e8d
commit
166ad5bf4b
|
|
@ -159,10 +159,10 @@ class Account implements ArrayableInterface, \JsonSerializable
|
|||
*/
|
||||
public function __construct(int $id = 0)
|
||||
{
|
||||
$this->createdAt = new \DateTime('now');
|
||||
$this->lastActive = new \DateTime('now');
|
||||
$this->id = $id;
|
||||
$this->localization = new Localization();
|
||||
$this->createdAt = new \DateTime('now');
|
||||
$this->lastActive = new \DateTime('now');
|
||||
$this->id = $id;
|
||||
$this->localization = new Localization();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user