From be631a66933c99f599ca2bd88c61b21ff0a059b3 Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Fri, 3 Feb 2017 16:06:59 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.php b/config/mail.php index e74deeacf..bb92224c5 100644 --- a/config/mail.php +++ b/config/mail.php @@ -87,7 +87,7 @@ return [ 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), - + /* |-------------------------------------------------------------------------- | Sendmail System Path @@ -98,7 +98,7 @@ return [ | been provided here, which will work well on most of your systems. | */ - + 'sendmail' => '/usr/sbin/sendmail -bs', /*