Skip to content

Commit

Permalink
style: Apply Pint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Dec 21, 2024
1 parent 9818bbf commit d1e3049
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 @@ -80,7 +80,7 @@ protected function schedule(Schedule $schedule)
// === By Quarter === //
$schedule->command('roster:update', [
Carbon::now()->subMonths(3),
Carbon::now()
Carbon::now(),
])
->quarterly()
->doNotMonitor();
Expand Down

0 comments on commit d1e3049

Please sign in to comment.