Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Jul 31, 2022
1 parent b9399aa commit dc821ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ protected function schedule(Schedule $schedule)
->everyFiveMinutes();

// Monitor who's online
//$schedule->command('check:controllers')
// ->everyTenMinutes();
$schedule->command('check:controllers')
->everyTenMinutes();

// Delete old Sweatbox bookings
$schedule->command('clean:sweatbooks')
Expand Down

0 comments on commit dc821ed

Please sign in to comment.