Skip to content

Commit 0a66613

Browse files
author
csavelief
committed
Bugfix (invalid sender name)
1 parent f561fc0 commit 0a66613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Listeners/EndVulnsScanListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private static function sendEmail(string $to, string $subject, string $title, st
170170
]],
171171
"dynamic_template_data" => [
172172
"sender" => [
173-
"name" => "ComputableFacts",
173+
"name" => config('app.name'),
174174
"address" => "178 boulevard Haussmann",
175175
"city" => "Paris",
176176
"country" => "France",

0 commit comments

Comments
 (0)