Skip to content

Commit

Permalink
Set subject for possible duplicates email
Browse files Browse the repository at this point in the history
  • Loading branch information
rjackson committed Apr 7, 2024
1 parent 3a965a1 commit 46df151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ protected function schedule(Schedule $schedule)
$schedule
->command(Commands\Payments\CheckForPossibleDuplicates::class)
->dailyAt('07:00')->timezone('Europe/London')
->description('Possible duplicate payments') // this becomes email subject
->emailOutputTo('board@hacman.org.uk', true);
}
}

0 comments on commit 46df151

Please sign in to comment.