Skip to content

Commit 90c5763

Browse files
authored
Revert "Clear a cached user in RequestGuard if a request is changed (#35692)"
This reverts commit 0d601f5.
1 parent 130168c commit 90c5763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Illuminate/Auth/RequestGuard.php

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ public function setRequest(Request $request)
8282
{
8383
$this->request = $request;
8484

85-
$this->user = null;
86-
8785
return $this;
8886
}
8987
}

0 commit comments

Comments
 (0)