Skip to content

Commit

Permalink
tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipghorui committed Jan 25, 2021
1 parent 916b961 commit c0de17b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ protected function schedule(Schedule $schedule)
$schedule->command('config:cache')->daily();
$schedule->command('cache:clear')->daily();



$schedule->command('view:clear')->hourly();
$schedule->command('view:cache')->hourly();
$schedule->command('auth:clear-resets')->weekly();
Expand Down

0 comments on commit c0de17b

Please sign in to comment.