diff --git a/lib/XRay.php b/lib/XRay.php index 0d7928f..2f2cd10 100644 --- a/lib/XRay.php +++ b/lib/XRay.php @@ -49,6 +49,7 @@ class XRay { $body = $opts_or_body; $opts = $opts_for_body; $code = null; + $fetch = null; } $parser = new XRay\Parser($this->http, $fetch);