diff --git a/app/Services/TG/Hook/Mod/Article.php b/app/Services/TG/Hook/Mod/Article.php index 1b77bbf..91306be 100644 --- a/app/Services/TG/Hook/Mod/Article.php +++ b/app/Services/TG/Hook/Mod/Article.php @@ -137,7 +137,7 @@ class Article extends Base { throw new \Exception("Article not found"); } - return $article; + return $this->toJson($article); }