mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-09 09:58:44 +00:00
fix typo
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user