Skip to content

Commit

Permalink
fix getPayload method
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jan 21, 2016
1 parent e9d5027 commit 56f98aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JWTGuard.php
Expand Up @@ -208,7 +208,7 @@ public function byId($id)
*/
public function getPayload()
{
return $this->jwt->getPayload();
return $this->requireToken()->getPayload();
}

/**
Expand Down

0 comments on commit 56f98aa

Please sign in to comment.