Merge pull request #4135 from laravel/analysis-qJgPYE

Apply fixes from StyleCI
This commit is contained in:
Taylor Otwell 2017-02-03 10:07:05 -06:00 committed by GitHub
commit d2d89124e6
1 changed files with 2 additions and 2 deletions

View File

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