Skip to content

Commit

Permalink
fix almost all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 3, 2014
1 parent e118155 commit 7d5cc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Network/Request.php
Expand Up @@ -1084,6 +1084,7 @@ public function cookie($key) {
public function env($key, $value = null) {
if ($value !== null) {
$this->_environment[$key] = $value;
$this->_isResults = [];
return $this;
}

Expand Down

0 comments on commit 7d5cc10

Please sign in to comment.