Skip to content

Commit 84164ce

Browse files
committed
remove $this->uri
1 parent a33e8d1 commit 84164ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rest/RestRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ class RestRequest
128128
public function __construct(RestConfiguration $config, $method, $uri, $payload = null)
129129
{
130130
$this->config = $config;
131-
$this->uri = $uri;
132131
$this->requestMethod = strtoupper($method);
133132

134133
$this->sorting = $config->getDefaultSorting();

0 commit comments

Comments
 (0)