Skip to content

Commit 90c5a42

Browse files
committed
Swiftmailer6 compat.
1 parent 2e00caa commit 90c5a42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/autoload/sfCoreAutoload.class.php

+2
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ static public function make()
342342
'sfvarlogger' => 'log/sfVarLogger.class.php',
343343
'sfwebdebuglogger' => 'log/sfWebDebugLogger.class.php',
344344
'sfmailer' => 'mailer/sfMailer.class.php',
345+
'sfmailerbase' => 'mailer/sfMailerBase.class.php',
345346
'sfmailermessageloggerplugin' => 'mailer/sfMailerMessageLoggerPlugin.class.php',
347+
'sfmailerswiftmailer6' => 'mailer/sfMailerSwiftmailer6.class.php',
346348
'sfnomailer' => 'mailer/sfNoMailer.class.php',
347349
'sfpearconfig' => 'plugin/sfPearConfig.class.php',
348350
'sfpeardownloader' => 'plugin/sfPearDownloader.class.php',

0 commit comments

Comments
 (0)