Skip to content

Commit

Permalink
fixing firebase exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Nov 27, 2014
1 parent ec72a3a commit fe4a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tymon/JWTAuth/Providers/FirebaseProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function decode($token)
}
}

return $this->createPayload($payload, $refresh);
return $this->createPayload($payload);
}

}

0 comments on commit fe4a615

Please sign in to comment.