From f06e8d774253bb3c539ef0c74eb2186e4de493c2 Mon Sep 17 00:00:00 2001 From: hellcat Date: Sun, 1 Feb 2026 14:15:49 +0800 Subject: [PATCH] no message --- app/Services/Cron/ArticleSchema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Cron/ArticleSchema.php b/app/Services/Cron/ArticleSchema.php index 3e2f7868..5385d2f8 100755 --- a/app/Services/Cron/ArticleSchema.php +++ b/app/Services/Cron/ArticleSchema.php @@ -129,7 +129,7 @@ final class ArticleSchema if (data_get($oArticleSchema, 'group_code') === "ffq_tg_a") { TeleSlave::notify()->send($aHttpResult["aData"]["aNewPath"]); } else { - TeleSlave::notify()->send(): + TeleSlave::notify()->send(); } }