3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-09 09:58:44 +00:00
This commit is contained in:
Godfrey M
2024-12-03 09:10:50 -08:00
parent 16283b8fc0
commit e5284c03e2

View File

@ -36,7 +36,7 @@ class CheckoutLicenseMail extends Mailable
*/
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,