Skip to content

Commit

Permalink
Merge branch '3' of github.com:StevePorter92/laravel-log-mailer into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Porter committed Sep 9, 2018
2 parents 8962aa1 + c102734 commit fb42fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging/Monolog/Handlers/MailableHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MailableHandler extends MailHandler
* @param Mailable $mailable
* @param LineFormatter $subjectFormatter
* @param int $level The minimum logging level at which this handler will be triggered
* @param Boolean $bubble Whether the messages that are handled can bubble up the stack or not
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
*
* @return void
*/
Expand Down

0 comments on commit fb42fbb

Please sign in to comment.