durong hace 5 años
padre
commit
0457bd4675
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Repositories/CmsContentTemplateSetRepository.php

+ 0 - 1
app/Repositories/CmsContentTemplateSetRepository.php

@@ -573,7 +573,6 @@ class CmsContentTemplateSetRepository
         $count = count($all_subject);
         $new_rule = [];
         foreach ($all_subject as $k => $v) {
-            $new_rule[$k]['rule'] = [];
             if (count(json_decode($v['rule'])) > 0) {
                 $new_rule[$k]['area_type'] = $v['area_type'];
                 $new_rule[$k]['rule']['id'] = $v['id'];