From 73ec1cfb631c27025a05d0cf7327e7c5f8e2dffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Thernstr=C3=B6m?= Date: Sat, 11 May 2024 12:36:06 +0200 Subject: [PATCH] =?UTF-8?q?K=C3=B6r=20text-tv=20import=20var=20femte=20min?= =?UTF-8?q?ut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 6c0923ef..30ca45c6 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -18,6 +18,7 @@ protected function schedule(Schedule $schedule) { $schedule->command('model:prune')->daily(); $schedule->command(ImportVMAAlerts::class)->everyFiveMinutes(); + $schedule->command('app:importera-texttv')->everyFiveMinutes(); } /**