Renamed function

This commit is contained in:
Michael 2020-08-02 13:37:43 +00:00
parent bb1517a74c
commit ff7b72cca3
3 changed files with 4 additions and 4 deletions

View file

@ -3062,7 +3062,7 @@ class Contact
* @param array $urls
* @return array result "count", "added" and "updated"
*/
public static function addContactsByArray(array $urls)
public static function addByUrls(array $urls)
{
$added = 0;
$updated = 0;