no message

This commit is contained in:
hellcat 2025-07-06 18:00:42 +08:00
parent 537c9d9af4
commit ab0ec8782d

View File

@ -137,7 +137,7 @@ class Article extends Base {
throw new \Exception("Article not found"); throw new \Exception("Article not found");
} }
return $article; return $this->toJson($article);
} }