diff --git a/Pest.php b/Pest.php index 7cb9d86..2f9995c 100644 --- a/Pest.php +++ b/Pest.php @@ -62,7 +62,7 @@ public function __construct($base_url) * not in use */ if (ini_get('open_basedir') == '' && strtolower(ini_get('safe_mode')) == 'off') { - $this->curl_opts['CURLOPT_FOLLOWLOCATION'] = true; + $this->curl_opts[CURLOPT_FOLLOWLOCATION] = true; } $this->base_url = $base_url;