mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 23:19:42 -08:00
fix typo
This commit is contained in:
parent
16283b8fc0
commit
e5284c03e2
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue