Passed
Push — develop ( 394f59...6fd9c0 )
by nguereza
13:11
created
config/mail.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
             'response_timeout' => env('PL_MAIL_SMTP_RESPONSE_TIMEOUT', 10, 'int'),
12 12
             'username' => env('PL_MAIL_SMTP_USERNAME', ''),
13 13
             'password' => env('PL_MAIL_SMTP_PASSWORD', ''),
14
-         ],
14
+            ],
15 15
     ];
Please login to merge, or discard this patch.