mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 20:18:42 +00:00
Account id
This may need to be removed
This commit is contained in:
parent
e63f175b2c
commit
500bf7fb18
|
|
@ -155,7 +155,7 @@ class Account implements ArrayableInterface, \JsonSerializable
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||||
*/
|
*/
|
||||||
public function __construct(int $id)
|
public function __construct(int $id = 0)
|
||||||
{
|
{
|
||||||
$this->createdAt = new \DateTime('now');
|
$this->createdAt = new \DateTime('now');
|
||||||
$this->id = $id;
|
$this->id = $id;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user