Skip to content

Commit 0bae66b

Browse files
authored
Update LeadModel.php
1 parent 9ee633a commit 0bae66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AmoCRM/Models/LeadModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ public function getContacts(): ?ContactsCollection
633633
*/
634634
public function getMainContact(): ?ContactModel
635635
{
636-
if($this->contacts) {
636+
if ($this->contacts) {
637637
return $this->contacts->getBy('isMain', true);
638638
}
639639
return null;

0 commit comments

Comments
 (0)