Skip to content

Commit 2869b25

Browse files
Update SessionGuard.php (#47553)
1 parent a53d881 commit 2869b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/SessionGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ public function getUser()
914914
* Set the current user.
915915
*
916916
* @param \Illuminate\Contracts\Auth\Authenticatable $user
917-
* @return void
917+
* @return $this
918918
*/
919919
public function setUser(AuthenticatableContract $user)
920920
{

0 commit comments

Comments
 (0)