Skip to content

Commit

Permalink
Merge pull request #61 from HanSon/dev
Browse files Browse the repository at this point in the history
修复兼容问题
  • Loading branch information
Hanson authored Mar 29, 2017
2 parents 7b2cad8 + c8f65aa commit af152bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collections/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function getInstance()
*/
public function getContactById($alias)
{
return $this->getContactById($alias);
return $this->getContactByAlias($alias);
}

/**
Expand Down

0 comments on commit af152bc

Please sign in to comment.