Skip to content

Commit

Permalink
Schedule duplicate payment check for 7am
Browse files Browse the repository at this point in the history
  • Loading branch information
rjackson committed Apr 7, 2024
1 parent 40a921e commit 3a965a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function schedule(Schedule $schedule)

$schedule
->command(Commands\Payments\CheckForPossibleDuplicates::class)
->dailyAt('15:47')->timezone('Europe/London')
->dailyAt('07:00')->timezone('Europe/London')
->emailOutputTo('board@hacman.org.uk', true);
}
}

0 comments on commit 3a965a1

Please sign in to comment.