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

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