Commit d2d89124 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4135 from laravel/analysis-qJgPYE

Apply fixes from StyleCI
parents a6fdc947 be631a66
...@@ -87,7 +87,7 @@ return [ ...@@ -87,7 +87,7 @@ return [
'username' => env('MAIL_USERNAME'), 'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'), 'password' => env('MAIL_PASSWORD'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Sendmail System Path | Sendmail System Path
...@@ -98,7 +98,7 @@ return [ ...@@ -98,7 +98,7 @@ return [
| been provided here, which will work well on most of your systems. | been provided here, which will work well on most of your systems.
| |
*/ */
'sendmail' => '/usr/sbin/sendmail -bs', 'sendmail' => '/usr/sbin/sendmail -bs',
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment