From e54f8173014c50e739d184d6a339453a6de4f507 Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 14 Aug 2026 21:00:49 +0800 Subject: [PATCH] up --- app/Console/Kernel.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a695203..7920983 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -41,8 +41,6 @@ class Kernel extends ConsoleKernel // $schedule->command('update_company')->everyFiveMinutes(); // 全量同步公司信息(每天凌晨执行,不同步经纬度和地址) // $schedule->command('sync:company')->dailyAt('02:00'); - // 同步老师课程方向 - $schedule->command('sync:teacher_direction')->hourly(); } /**