Skip to content

Commit

Permalink
Merge pull request #27 from eschricker/feature/revert-reset-claims
Browse files Browse the repository at this point in the history
reverted PR2144
  • Loading branch information
Messhias authored Oct 11, 2021
2 parents ac2ee25 + 88c6e21 commit a8210c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function __construct(ClaimFactory $claimFactory, PayloadValidator $valida
*
* @return \PHPOpenSourceSaver\JWTAuth\Payload
*/
public function make($resetClaims = true)
public function make($resetClaims = false)
{
if ($resetClaims) {
$this->emptyClaims();
Expand Down

0 comments on commit a8210c0

Please sign in to comment.