This commit is contained in:
2025-08-11 09:09:52 +03:30
parent 945a5aa061
commit 881ffe626a
4 changed files with 5 additions and 8 deletions

View File

@@ -3,11 +3,8 @@
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('report:send-call-stats')->everyTwoMinutes();
Schedule::command('report:send-system-message-stats')->everyThreeMinutes();
Schedule::command('report:send-keypress-stats')->everyFourMinutes();
Schedule::command('report:send-people-message-stats')->everyFiveMinutes();
Schedule::command('report:send-supervisor-check-stats')->everyFiveMinutes();