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 b3958f2 commit 4ef6f5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RequestGuard.php
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 4ef6f5e

Please sign in to comment.