mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2024-12-21 21:55:07 -05:00
Temporary comment out backup cron
This commit is contained in:
parent
66c43be0a2
commit
ab412aa68d
@ -27,7 +27,7 @@ class Kernel extends ConsoleKernel
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyFifteenMinutes();
|
||||
$schedule->command('backup:monitor')->daily()->at('03:00');
|
||||
// $schedule->command('backup:monitor')->daily()->at('03:00');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user