Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing id() func in AuthenticationBase #5

Closed
fefo-p opened this issue Aug 23, 2018 · 1 comment
Closed

Missing id() func in AuthenticationBase #5

fefo-p opened this issue Aug 23, 2018 · 1 comment

Comments

@fefo-p
Copy link
Contributor

fefo-p commented Aug 23, 2018

I added the missing id() function to AuthenticationBase.
I'll look into "pulling requests" shortly so I can propose changes there

  • /**
  • * Returns the User ID for the current logged in user.
    
  • *
    
  • * @return int|null
    
  • */
    
  • public function id()
  • {
  •    return $this->user->id;
    
  • }
  • /**
@fefo-p
Copy link
Contributor Author

fefo-p commented Aug 24, 2018

Already in pull request()

@fefo-p fefo-p closed this as completed Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant