mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
Add sender_key to CoolSMS configuration
This commit is contained in:
parent
fc1c2b866a
commit
af89fc432a
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue