Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 24, 2024
1 parent b8145a8 commit bc83a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mail/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function sendTo($recipients, $view, array $data = [], $callback = null, $
else {
extract(array_merge([
'queue' => false,
'bcc' => false
'bcc' => false
], $options));
}

Expand Down

0 comments on commit bc83a1e

Please sign in to comment.