Skip to content

Commit 91849b9

Browse files
[10.x] Fix typo for setUser in GuardHelpers (#47056)
* fix typo for setUser in GuardHelpers * Fixes contract * Fixes contracts --------- Co-authored-by: Nuno Maduro <[email protected]>
1 parent 3fb38d0 commit 91849b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GuardHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function id()
8686
* Set the current user.
8787
*
8888
* @param \Illuminate\Contracts\Auth\Authenticatable $user
89-
* @return void
89+
* @return $this
9090
*/
9191
public function setUser(AuthenticatableContract $user)
9292
{

0 commit comments

Comments
 (0)