mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
Fix some obvious compatibility issues with new dependencies
This commit is contained in:
parent
ab195fbf3b
commit
ad96ae6bb6
6 changed files with 7 additions and 8 deletions
|
|
@ -112,7 +112,7 @@ class Mail
|
|||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->message = \Swift_Message::newInstance();
|
||||
$this->message = new \Swift_Message;
|
||||
$this->driver = self::getDefaultDriver();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue