|
...
|
...
|
@@ -78,7 +78,7 @@ class GeoQuestionRes extends Command |
|
|
|
$result_data_annotations[] = $result_data['text'];
|
|
|
|
if(!empty($result_data['annotations'])){
|
|
|
|
$url = array_column($result_data['annotations']['url_citation'], 'url');
|
|
|
|
dd($url);
|
|
|
|
dd($result_data['annotations']);
|
|
|
|
$title = array_column($result_data['annotations']['url_citation'], 'title');
|
|
|
|
$result_data_annotations = array_merge($url,$title,$result_data_annotations);
|
|
|
|
}
|
...
|
...
|
|