用户每日活跃检测

This commit is contained in:
cano
2024-03-02 16:53:43 +08:00
parent 1a9008b318
commit f5f7168009
9 changed files with 244 additions and 1 deletions

View File

@ -13,6 +13,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
$schedule->command('app:daily-check-user-active-status')->dailyAt('00:30')->onOneServer();
}
/**