mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Reorganize mail driver class structure and add SES driver
This commit is contained in:
parent
a12722ad79
commit
0420361349
8 changed files with 189 additions and 90 deletions
|
|
@ -42,7 +42,7 @@ class Mail
|
|||
{
|
||||
if (!self::$default_driver)
|
||||
{
|
||||
self::$default_driver = Drivers\Mail\MailFunction::getInstance();
|
||||
self::$default_driver = Drivers\Mail\MailFunction::getInstance(array());
|
||||
}
|
||||
return self::$default_driver;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue