Skip to content

Commit

Permalink
fix scrtnzr error
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Jan 16, 2019
1 parent c5a0e46 commit 697ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticWrapperTrait.php
Expand Up @@ -6,7 +6,7 @@ trait StaticWrapperTrait
{
public static function get(string $url)
{
$request = new self($url);
$request = new Request($url);
$request
->setDefaultGetOptions()
->setDefaultSpeedOptions()
Expand Down

0 comments on commit 697ce10

Please sign in to comment.