Skip to content

Commit

Permalink
disable pruning until proper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yayann committed Jul 16, 2021
1 parent 5b6c0ee commit 67733c3
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 @@ -27,7 +27,7 @@ protected function schedule(Schedule $schedule)
{
// $schedule->command('inspire')->hourly();
$schedule->call(function () {
(new PruneStaleAttachments)();
//(new PruneStaleAttachments)();
})->daily();

$schedule->command('cache:clear')->lastDayOfMonth();
Expand Down

0 comments on commit 67733c3

Please sign in to comment.