AI 1 ماه پیش
والد
کامیت
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
     public function getWebsiteArticlett(array $data): array
     {
     {
-
         $category = WebsiteCategory::where('website_id', $data['website_id'])->pluck('category_id');
         $category = WebsiteCategory::where('website_id', $data['website_id'])->pluck('category_id');
         $result = [];
         $result = [];
         if ($category) {
         if ($category) {