Skip to content

Commit ec56d39

Browse files
committed
修复兼容问题
1 parent 6e4af5b commit ec56d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collections/Contact.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static function getInstance()
3939
*/
4040
public function getContactById($alias)
4141
{
42-
return $this->getContactById($alias);
42+
return $this->getContactByAlias($alias);
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)