Skip to content

Commit 13b53c0

Browse files
committed
fix Typo
1 parent 32e3309 commit 13b53c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Visionline/Crm/WebApi/RelatedQueryResult.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function _construct($id, $lastModified = null, $relatedTo = null)
2828
{
2929
parent::__construct($id, $lastModified);
3030

31-
$this->relatedto = $relatedTo;
31+
$this->relatedTo = $relatedTo;
3232
}
3333

3434
/**
@@ -41,4 +41,4 @@ public function init()
4141
$this->lastModified = strtotime($this->lastModified);
4242
}
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)