From 500bf7fb18e2ec8872d7122f814fc35d72b2d64c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 22 Jul 2016 15:28:48 +0200 Subject: [PATCH] Account id This may need to be removed --- Account/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Account/Account.php b/Account/Account.php index 8e26001e5..3b7df4661 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -155,7 +155,7 @@ class Account implements ArrayableInterface, \JsonSerializable * @since 1.0.0 * @author Dennis Eichhorn */ - public function __construct(int $id) + public function __construct(int $id = 0) { $this->createdAt = new \DateTime('now'); $this->id = $id;