add backup schedules
This commit is contained in:
@@ -12,8 +12,7 @@ class Kernel extends ConsoleKernel
|
|||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule): void
|
protected function schedule(Schedule $schedule): void
|
||||||
{
|
{
|
||||||
// $schedule->command('backup:clean')->daily()->at('01:00');
|
$schedule->command('backup:run')->saturdays();
|
||||||
// $schedule->command('backup:run')->daily()->at('01:30');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user