Add comment to uploadImage funtion

This commit is contained in:
BJRambo 2020-06-14 15:05:06 +09:00
parent 6516984dc0
commit ce4f6133cc

View file

@ -200,7 +200,13 @@ class SolAPI extends Base implements \Rhymix\Framework\Drivers\SMSInterface
$groupId = json_decode($result)->groupId;
return $groupId;
}
/**
* Upload to image for MMS message.
* @param $imageDir
* @param $type
* @return mixed
*/
private function uploadImage($imageDir, $type)
{
$path = $imageDir;