mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Implement force sender for SMS
This commit is contained in:
parent
2aa4f061c5
commit
39757ea3db
2 changed files with 37 additions and 0 deletions
|
|
@ -475,6 +475,11 @@ class SMS
|
|||
return false;
|
||||
}
|
||||
|
||||
if (config('sms.default_force') && config('sms.default_from'))
|
||||
{
|
||||
$this->setFrom(config('sms.default_from'));
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
if ($this->driver)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue