From 184703f8f017c00e273c4a8263952717fc143f22 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 14 Nov 2025 17:37:49 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron.php b/app/Services/Cron.php index 8df75890..b16eaeef 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -6,7 +6,7 @@ namespace App\Services; use App\Services\Cron\HttpQueue as CronHttpQueue; use App\Services\Cron\ArticleSchema as CronArticleSchema; -use App\Services\TomTool\Telegram\slave as TeleSlave; +use App\Services\TomTool\Telegram\Slave as TeleSlave; final class Cron {