Skip to content

Commit 84ab00b

Browse files
author
Greg Bowler
committed
Implement Request::getUri
1 parent 11c3ffc commit 84ab00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function withMethod($method) {
132132
* representing the URI of the request.
133133
*/
134134
public function getUri() {
135-
// TODO: Implement getUri() method.
135+
return $this->uri;
136136
}
137137

138138
/**

0 commit comments

Comments
 (0)