We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b53c0 commit d189fbbCopy full SHA for d189fbb
Visionline/Crm/WebApi/RelatedQueryResult.php
@@ -24,7 +24,7 @@ class RelatedQueryResult extends QueryResult
24
* @param int $lastModified The date of the last modification of the entity.
25
* @param int The id of the entity to which this result is related
26
*/
27
- public function _construct($id, $lastModified = null, $relatedTo = null)
+ public function __construct($id, $lastModified = null, $relatedTo = null)
28
{
29
parent::__construct($id, $lastModified);
30
0 commit comments