We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4af5b commit ec56d39Copy full SHA for ec56d39
src/Collections/Contact.php
@@ -39,7 +39,7 @@ public static function getInstance()
39
*/
40
public function getContactById($alias)
41
{
42
- return $this->getContactById($alias);
+ return $this->getContactByAlias($alias);
43
}
44
45
/**
0 commit comments