Skip to content

Commit 3586939

Browse files
committed
Merge branch 'hotfix/issue-69'
2 parents 0bcd992 + 0050d6c commit 3586939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Component implements \JsonSerializable
66
public $id;
77
public $name;
88

9-
public function __construct($name)
9+
public function __construct($name = null)
1010
{
1111
$this->name = $name;
1212
}

0 commit comments

Comments
 (0)