Browse Source

Apply fixes from StyleCI

Mohamed Said 7 years ago
parent
commit
be631a6693
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/mail.php

+ 2 - 2
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',
 
     /*