mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +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
|
|
@ -201,6 +201,12 @@ class SolAPI extends Base implements \Rhymix\Framework\Drivers\SMSInterface
|
||||||
return $groupId;
|
return $groupId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Upload to image for MMS message.
|
||||||
|
* @param $imageDir
|
||||||
|
* @param $type
|
||||||
|
* @return mixed
|
||||||
|
*/
|
||||||
private function uploadImage($imageDir, $type)
|
private function uploadImage($imageDir, $type)
|
||||||
{
|
{
|
||||||
$path = $imageDir;
|
$path = $imageDir;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue