This commit is contained in:
CHIEFSOFT\ameye
2024-10-30 08:52:27 -04:00
parent d0a3699e37
commit 4b303fa9cb
+1 -1
View File
@@ -106,7 +106,7 @@ class WrenchResources extends BaseController
$res1['marketdata'] = $this->MarketData();
$res1['productdata'] = $this->ProductData();
$res1['collectiondata'] = $this->CollectionData();
$res1['blogdata'] = $this->getBlogData();
$res1['blogdata'] = $this->getBlogData()["blogdata"];
return $this->response->setJson($res1);
}