Closed lucascdsilva closed 8 years ago
So I understand the code, does not allow pulling contacts with the same type, since it uses the contact type as array key.
Ex:
//result only array('cell' => 88888888);
Good spot!
Fixed by PR #23.
So I understand the code, does not allow pulling contacts with the same type, since it uses the contact type as array key.
Ex: