Browse Source

bugfix

main v1.14.1
Aaron Parecki 1 month ago
parent
commit
7b9adcc4e7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/XRay.php

+ 1
- 0
lib/XRay.php View File

@ -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);

Loading…
Cancel
Save