diff --git a/src/UrlInfo/UrlInfo.php b/src/UrlInfo/UrlInfo.php index e3ced2b..f036650 100644 --- a/src/UrlInfo/UrlInfo.php +++ b/src/UrlInfo/UrlInfo.php @@ -56,6 +56,7 @@ class UrlInfo { $this->setHost(); $this->setPort(); $this->setUser(); + $this->setPass(); $this->setPathParts(); $this->setArguments(); $this->setAnchor();