Skip to content

Commit

Permalink
[10.x] Fix typo for setUser in GuardHelpers (#47056)
Browse files Browse the repository at this point in the history
* fix typo for setUser in GuardHelpers

* Fixes contract

* Fixes contracts

---------

Co-authored-by: Nuno Maduro <enunomaduro@gmail.com>
  • Loading branch information
milwad-dev and nunomaduro authored May 12, 2023
1 parent 3fb38d0 commit 91849b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuardHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function id()
* Set the current user.
*
* @param \Illuminate\Contracts\Auth\Authenticatable $user
* @return void
* @return $this
*/
public function setUser(AuthenticatableContract $user)
{
Expand Down

0 comments on commit 91849b9

Please sign in to comment.