Skip to content

Commit

Permalink
Revert "Clear a cached user in RequestGuard if a request is changed (#…
Browse files Browse the repository at this point in the history
…35692)" (#35699)

This reverts commit 0d601f5.
  • Loading branch information
taylorotwell committed Dec 22, 2020
1 parent 130168c commit ca8ccd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Auth/RequestGuard.php
Expand Up @@ -82,8 +82,6 @@ public function setRequest(Request $request)
{
$this->request = $request;

$this->user = null;

return $this;
}
}

0 comments on commit ca8ccd6

Please sign in to comment.