Rename create

rename create function to createFromProbe and update calls.
This commit is contained in:
Adam Magness 2018-01-09 11:40:25 -05:00
parent c81e83c500
commit 5358f5742e
6 changed files with 7 additions and 7 deletions

View file

@ -1089,7 +1089,7 @@ class Contact extends BaseObject
* @param string $network
* @return boolean|string
*/
public static function create($uid, $url, $interactive = false, $network = '')
public static function createFromProbe($uid, $url, $interactive = false, $network = '')
{
$result = array('cid' => -1, 'success' => false, 'message' => '');