AI 10 luni în urmă
părinte
comite
5fa6220e47
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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) {