diff --git a/src/Request.php b/src/Request.php index 259e147..2ec7d2c 100644 --- a/src/Request.php +++ b/src/Request.php @@ -7,6 +7,7 @@ class Request { private $_rawRequest; private $_content; private $_headers; + private $_path; public function __construct($args = []) { $this->_properties = [];