mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-06-05 21:58:47 -04:00
Temporary comment out backup cron
This commit is contained in:
parent
66c43be0a2
commit
ab412aa68d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Kernel extends ConsoleKernel
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyFifteenMinutes();
|
$schedule->job(new ProcessPayments)->withoutOverlapping()->everyFifteenMinutes();
|
||||||
$schedule->command('backup:monitor')->daily()->at('03:00');
|
// $schedule->command('backup:monitor')->daily()->at('03:00');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue