Skip to content

Commit

Permalink
Revert #22649 (#22815)
Browse files Browse the repository at this point in the history
That commit caused unit tests using the actingAs helper to fail
  • Loading branch information
timoschwarzer authored and taylorotwell committed Jan 16, 2018
1 parent ff11fd7 commit a948d90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Auth/RequestGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ public function validate(array $credentials = [])
*/
public function setRequest(Request $request)
{
$this->user = null;

$this->request = $request;

return $this;
Expand Down

0 comments on commit a948d90

Please sign in to comment.