diff --git a/extend/catcher/library/client/Http.php b/extend/catcher/library/client/Http.php index 2331f70..59b8b3b 100644 --- a/extend/catcher/library/client/Http.php +++ b/extend/catcher/library/client/Http.php @@ -349,7 +349,9 @@ class Http */ public function auth($username, $password) { - $this->auth = [$username, $password]; + $this->options = [ + 'auth' => $username, $password + ]; return $this; }