chengwl 4 년 전
부모
커밋
a115e5d0ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/IndexController.php

+ 1 - 1
controllers/IndexController.php

@@ -79,7 +79,7 @@ class IndexController extends Controller
           ];
           $i=1;
           $list=[];
-          foreach($metrics as $metric){
+          foreach($metricsArr as $metric){
             $lis[]=$metric;
             if($i%10==0||count($metrics)==$i){
                 $response = $this->getReport($analytics);