From 920962f579f2002e7302abd1d45a504fbca92f68 Mon Sep 17 00:00:00 2001 From: Francisc Tar Date: Sun, 7 Feb 2021 20:02:12 +0100 Subject: [PATCH] fix getRelatedSearchQueries --- src/Google/GTrends.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Google/GTrends.php b/src/Google/GTrends.php index 76c61dd..6682b9a 100644 --- a/src/Google/GTrends.php +++ b/src/Google/GTrends.php @@ -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) {