Skip to content

Commit

Permalink
Update ProcessMonthlyBreakdown.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMicallefYBSU authored Aug 31, 2024
1 parent b5933de commit 9c96423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ProcessMonthlyBreakdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function handle()
$message .= "\nWell done to everyone for your contributions to Gander Oceanic over the last Month! Enjoy ".Carbon::now()->format('F, Y');

$discord = new DiscordClient();
$discord->sendMessageWithEmbed('1274861846880456785', 'Gander Oceanic Operations Breakdown - '.Carbon::now()->subMonth()->format('F, Y'), $message);
$discord->sendMessageWithEmbed('488265136696459292', 'Gander Oceanic Operations Breakdown - '.Carbon::now()->subMonth()->format('F, Y'), $message);

foreach($roster_member as $roster){
$roster->monthly_hours = 0.0;
Expand Down

0 comments on commit 9c96423

Please sign in to comment.