Skip to content

Commit

Permalink
Merge pull request #23 from cybercog/remove-return-from-set-user-method
Browse files Browse the repository at this point in the history
Remove return from setUser method
  • Loading branch information
robsontenorio authored May 31, 2020
2 parents 2587009 + c6c526b commit 5d82764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/KeycloakGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ public function validate(array $credentials = [])
public function setUser(Authenticatable $user)
{
$this->user = $user;

return $this;
}

/**
Expand Down

0 comments on commit 5d82764

Please sign in to comment.