payload
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user