set cron job update no sjp

This commit is contained in:
Fadila
2025-09-22 09:04:00 +07:00
parent b27682f5b3
commit a29c39086a
2 changed files with 49 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ class Kernel extends ConsoleKernel
{
// $schedule->command('inspire')->hourly();
$schedule->command('log:auto-update-status')->dailyAt('01:00');
$schedule->command('update:no-sjp')->everyThirtyMinutes();
}
/**