Skip to content

Commit

Permalink
Spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 8, 2014
1 parent aac05f3 commit c694fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If the `driver` option of your `app/config/mail.php` configuration file is set t

The `Mail::send` method may be used to send an e-mail message:

Mail::send('emails.welcome', array('key'=>'value'), function($message)
Mail::send('emails.welcome', array('key' => 'value'), function($message)
{
$message->to('[email protected]', 'John Smith')->subject('Welcome!');
});
Expand Down

0 comments on commit c694fca

Please sign in to comment.