Skip to content

Commit

Permalink
Stop Monitoring visit-transfer:cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Jun 29, 2024
1 parent a164e98 commit d16a1ed
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 @@ -45,6 +45,7 @@ protected function schedule(Schedule $schedule)
->doNotMonitor();

$schedule->command('visit-transfer:cleanup')
->doNotMonitor()
->everyTenMinutes();

// === By Hour === //
Expand Down

0 comments on commit d16a1ed

Please sign in to comment.