@@ -5829,7 +5829,7 @@ class NewsService implements NewsServiceInterface
})
->leftJoin('website', 'company.website_id', '=', 'website.id')
->select(
- 'company.id as company_id',
+ 'company.id',
'company.title',
'company.website_id',
'company.category_id',