1
0
mirror of synced 2024-11-22 05:16:09 +03:00

Remove copied method

This commit is contained in:
Pavel 2019-07-03 13:34:33 +03:00
parent 376024e2bd
commit d65e248ba8

View File

@ -329,17 +329,6 @@ class RCrmActions
);
}
/**
* Returns true if provided externalId in new format (id_clientId)
*
* @param $externalId
* @return bool
*/
public static function isNewExternalId($externalId)
{
return !(false === strpos($externalId, '_'));
}
/**
* Unserialize array
*