Completed
Push — master ( 369abf...ca874a )
by Dmitry
6s
created
config/common.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
         'mail' => [
37 37
             'class' => 'yii\swiftmailer\Mailer',
38 38
             'transport' => [
39
-              'class' => 'Swift_SmtpTransport',
40
-              'host' => 'host-here',
41
-          ],
39
+                'class' => 'Swift_SmtpTransport',
40
+                'host' => 'host-here',
41
+            ],
42 42
         ],
43 43
         'i18n' => [
44 44
             'translations' => [
Please login to merge, or discard this patch.