mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 05:58:42 +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)
|
public function __construct(int $id = 0)
|
||||||
{
|
{
|
||||||
$this->createdAt = new \DateTime('now');
|
$this->createdAt = new \DateTime('now');
|
||||||
$this->lastActive = new \DateTime('now');
|
$this->lastActive = new \DateTime('now');
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
$this->localization = new Localization();
|
$this->localization = new Localization();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user