Skip to content

Commit

Permalink
modified main scanner class
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanmingtao committed Jul 24, 2019
1 parent a0375a6 commit aca2eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Url/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Scanner
public function __construct(array $urls)
{
$this->urls = $urls;
$this->httpClient = new \GuzzleHttp\Client();
}
/**
* Get invalid URLs
Expand Down

0 comments on commit aca2eee

Please sign in to comment.