Skip to content

Commit 7ac40f7

Browse files
committed
remove duplicate addHtml() method
1 parent d6a7cb2 commit 7ac40f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/LaravelScrapingBeeWalmartSearch.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@ public function storeId(string $storeId): self
168168
return $this;
169169
}
170170

171-
public function addHtml(): self
172-
{
173-
$this->params['add_html'] = true;
174-
175-
return $this;
176-
}
177-
178171
/**
179172
* https://www.scrapingbee.com/documentation/google/#extra_params
180173
*/

0 commit comments

Comments
 (0)