Преглед изворни кода

Merge branch '0328_footcat_fr'

15313670163 пре 1 недеља
родитељ
комит
8be4cf4160
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/JsonRpc/FooterService.php

+ 1 - 0
app/JsonRpc/FooterService.php

@@ -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;