We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Resource I use the method $this->getIdentity() to indetificar the user, but it is returning null in this latest update.
class PedResource extends AbstractResourceListener { public function fetch($id) { $user = $this->getIdentity(); //return null . . . } }
Originally posted by @marcoscg at zfcampus/zf-mvc-auth#122
The text was updated successfully, but these errors were encountered:
I think it is because of #117, fixed in #120. Can you check please PR #120 and confirm if it works with your code?
Originally posted by @michalbundyra at zfcampus/zf-mvc-auth#122 (comment)
Sorry, something went wrong.
It worked!
Originally posted by @marcoscg at zfcampus/zf-mvc-auth#122 (comment)
No branches or pull requests
In Resource I use the method $this->getIdentity() to indetificar the user, but it is returning null in this latest update.
class PedResource extends AbstractResourceListener
{
public function fetch($id)
{
$user = $this->getIdentity(); //return null
.
.
.
}
}
Originally posted by @marcoscg at zfcampus/zf-mvc-auth#122
The text was updated successfully, but these errors were encountered: