Add sender_key to CoolSMS configuration

This commit is contained in:
Kijin Sung 2016-11-04 17:12:46 +09:00
parent fc1c2b866a
commit af89fc432a

View file

@ -24,7 +24,7 @@ class CoolSMS extends Base implements \Rhymix\Framework\Drivers\SMSInterface
*/
public static function getRequiredConfig()
{
return array('api_key', 'api_secret');
return array('api_key', 'api_secret', 'sender_key');
}
/**