From ec56d39e00b575f94e9f673f62355cb5525c289b Mon Sep 17 00:00:00 2001 From: HanSon Date: Wed, 29 Mar 2017 13:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=BC=E5=AE=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Collections/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Collections/Contact.php b/src/Collections/Contact.php index f58c62b4..a283dcf3 100644 --- a/src/Collections/Contact.php +++ b/src/Collections/Contact.php @@ -39,7 +39,7 @@ public static function getInstance() */ public function getContactById($alias) { - return $this->getContactById($alias); + return $this->getContactByAlias($alias); } /**