|
...
|
...
|
@@ -80,7 +80,7 @@ class GeoQuestionRes extends Command |
|
|
|
$url = array_column($result_data['annotations'], 'url');
|
|
|
|
$title = array_column($result_data['annotations'], 'title');
|
|
|
|
$result_data_annotations = array_merge($url,$title,$result_data_annotations);
|
|
|
|
dd($result_data_annotations);
|
|
|
|
dd($result_data['annotations']);
|
|
|
|
}else{
|
|
|
|
continue;
|
|
|
|
}
|
...
|
...
|
|