Skip to content

Commit ef96e54

Browse files
committed
fixes issue with path not being stored
1 parent eb2b113 commit ef96e54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class Request {
77
private $_rawRequest;
88
private $_content;
99
private $_headers;
10+
private $_path;
1011

1112
public function __construct($args = []) {
1213
$this->_properties = [];

0 commit comments

Comments
 (0)