blog data

This commit is contained in:
CHIEFSOFT\ameye
2024-02-29 11:26:38 -05:00
parent cb308ea911
commit f94b9d9d68
+4 -1
View File
@@ -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
{