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(); } }