Skip to content

Commit 176901c

Browse files
committed
Mark nbResults() method deprecated for LaravelScrapingBeeGoogleSearch as Scrapingbee say they removed it recently in their recent newsletter
1 parent 904fb50 commit 176901c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LaravelScrapingBeeGoogleSearch.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function device(string $device): self
8989
/**
9090
* https://www.scrapingbee.com/documentation/google/#nb_results
9191
*/
92+
#[\Deprecated]
9293
public function nbResults(int $count): self
9394
{
9495
$this->params['nb_results'] = $count;

0 commit comments

Comments
 (0)