This commit is contained in:
CHIEFSOFT\ameye
2024-10-30 09:02:28 -04:00
parent 4b303fa9cb
commit 0817ba27a6
+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()["blogdata"];
$res1['blogdata']["payload"] = $this->getBlogData();
return $this->response->setJson($res1);
}