blog data
This commit is contained in:
@@ -61,10 +61,13 @@ class WrenchResources extends BaseController
|
||||
$res1['marketdata'] = $this->MarketData();
|
||||
$res1['productdata'] = $this->ProductData();
|
||||
$res1['collectiondata'] = $this->CollectionData();
|
||||
$res1['blogdata'] = $this->getBlogData();
|
||||
return $this->response->setJson($res1);
|
||||
}
|
||||
|
||||
|
||||
private function getBlogData(){
|
||||
return ( new \App\Models\BlogDataModel() )->blogData(100);
|
||||
}
|
||||
//************************
|
||||
private function AskCategoryData(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user