We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$to
SendAuditReportListener
1 parent adc11c3 commit 0dd7897Copy full SHA for 0dd7897
1 file changed
app/Listeners/SendAuditReportListener.php
@@ -36,7 +36,6 @@ protected function handle2($event)
36
$user = $event->user;
37
$user->actAs(); // otherwise the tenant will not be properly set
38
$from = config('towerify.freshdesk.from_email');
39
- $to = $user->email;
40
41
if (!$user->gets_audit_report) {
42
return;
0 commit comments