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