|
@@ -139,6 +139,7 @@ class FooterService implements FooterServiceInterface
|
|
|
$child = FooterCategory::where('pid',$footer_category['id'])->first();
|
|
|
if(!empty($child)){
|
|
|
$footer_category['child_name'] = $child['name'];
|
|
|
+ $footer_category['child_id'] = $child['id'];
|
|
|
$footer_category['is_child'] = 1;
|
|
|
}else{
|
|
|
$footer_category['is_child'] = 0;
|