mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-14 02:58:40 +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
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
public function __construct(int $id)
|
||||
public function __construct(int $id = 0)
|
||||
{
|
||||
$this->createdAt = new \DateTime('now');
|
||||
$this->id = $id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user