Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Dec 3, 2024
1 parent 16283b8 commit e5284c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Mail/CheckoutLicenseMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(LicenseSeat $licenseSeat, $checkedOutTo, User $check
*/
public function envelope(): Envelope
{
$from = new , config('mail.from.name'));
$from = new Address(config('mail.from.address'), config('mail.from.name'));

return new Envelope(
from: $from,
Expand Down

0 comments on commit e5284c0

Please sign in to comment.