Skip to content

Commit

Permalink
fix getRelatedSearchQueries
Browse files Browse the repository at this point in the history
  • Loading branch information
x-fran committed Feb 7, 2021
1 parent 5e7f849 commit 920962f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Google/GTrends.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ public function getRelatedSearchQueries($keyWordList=null, $category=0, $time='t
}

$timeInfo = explode('-', $time);
$timeInfo[0] = strtolower($timeInfo[0]);
$timeInfo[1] = strtolower($timeInfo[1]);
$time = implode('-', $timeInfo);

if (null === $keyWordList) {
Expand Down

0 comments on commit 920962f

Please sign in to comment.