From 252d750d7d60dfce5c8861b58f1fc9ca0e82640c Mon Sep 17 00:00:00 2001 From: Mohamed jinas Date: Sat, 13 Jan 2024 04:16:23 +0500 Subject: [PATCH] disable voice for noow --- app/Console/Kernel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d15cf27..96eba69 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -53,9 +53,9 @@ class Kernel extends ConsoleKernel ->runInBackground() ->pingOnSuccess(config('app.url') . "/api/ping/addulive"); - $schedule->command('scrape:voice')->everyFiveMinutes() - ->runInBackground() - ->pingOnSuccess(config('app.url') . "/api/ping/voice"); + // $schedule->command('scrape:voice')->everyFiveMinutes() + // ->runInBackground() + // ->pingOnSuccess(config('app.url') . "/api/ping/voice"); $schedule->command('scrape:dhen')->everyFiveMinutes() ->runInBackground()