mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Add comment to uploadImage funtion
This commit is contained in:
parent
6516984dc0
commit
ce4f6133cc
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue