AI 2 달 전
부모
커밋
5fa6220e47
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/JsonRpc/NewsService.php

+ 0 - 1
app/JsonRpc/NewsService.php

@@ -567,7 +567,6 @@ class NewsService implements NewsServiceInterface
      */
     public function getWebsiteArticlett(array $data): array
     {
-
         $category = WebsiteCategory::where('website_id', $data['website_id'])->pluck('category_id');
         $result = [];
         if ($category) {