Skip to content

Commit 79b2e1b

Browse files
committed
fixed typo #339
1 parent 82774c8 commit 79b2e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/RemoteIssueLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function jsonSerialize()
3535
public function setUrl(string $url)
3636
{
3737
if (is_null($this->object)) {
38-
$this->object = new RemoteIssueLinkObject();
38+
$this->object = new self();
3939
}
4040

4141
$this->object->url = $url;

0 commit comments

Comments
 (0)