admin setting backup + backupCronjob

This commit is contained in:
xiaomlove
2021-05-15 01:24:44 +08:00
parent 47f64f2c5c
commit 21d87ca49f
29 changed files with 182 additions and 56 deletions

View File

@@ -26,6 +26,7 @@ class Kernel extends ConsoleKernel
{
$schedule->command('exam:assign_cronjob')->everyMinute();
$schedule->command('exam:checkout_cronjob')->everyMinute();
$schedule->command('backup:cronjob')->everyMinute();
}
/**