Merge branch '12.x' into 13.x

This commit is contained in:
Taylor Otwell
2026-02-18 16:37:02 -06:00
+1 -1
View File
@@ -112,7 +112,7 @@ return [
'from' => [ 'from' => [
'address' => env('MAIL_FROM_ADDRESS', '[email protected]'), 'address' => env('MAIL_FROM_ADDRESS', '[email protected]'),
'name' => env('MAIL_FROM_NAME', 'Example'), 'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Laravel')),
], ],
]; ];