@@ -95,9 +95,7 @@ class NewsController extends Controller
"meta_description" => $news->getTranslation("meta_description", $locate, false),
"imgPC" => $news->news_meta_img,
],
- "yearList" =>[
- $yearList
- ],
+ "yearList" => $yearList,
"top" => [
"id" => $news->id,
"categoryId" => $news->newsCategory->id,