Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianVillamayor committed Jan 24, 2022
1 parent 0998d87 commit 291df46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/CurlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@

class CurlHelper
{
public string $user_agent = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36';
public string $user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36";

public int $timeout = 30;

/**
* @var \CurlHandle
*/
protected $ch;

protected ?string $url;
Expand Down

0 comments on commit 291df46

Please sign in to comment.