mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-21 20:24:06 +00:00
Fix old name leftovers
This commit is contained in:
@@ -57,7 +57,7 @@ return [
|
||||
|
||||
'from' => [
|
||||
'address' => env('MAIL_FROM_ADDRESS', 'admin@invoiceshelf.com'),
|
||||
'name' => env('MAIL_FROM_NAME', 'Crater'),
|
||||
'name' => env('MAIL_FROM_NAME', 'InvoiceShelf'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user