From 08294922dcf1ffe59f5a7b736ae205266f6d0fc3 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Tue, 4 Mar 2014 07:09:56 -0500 Subject: [PATCH] typo fix. --- Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailer.php b/Mailer.php index 891f2b5..8a87ba2 100644 --- a/Mailer.php +++ b/Mailer.php @@ -19,7 +19,7 @@ use yii\mail\BaseMailer; * ~~~ * 'components' => [ * ... - * 'email' => [ + * 'mail' => [ * 'class' => 'yii\swiftmailer\Mailer', * 'transport' => [ * 'class' => 'Swift_SmtpTransport',