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;