Skip to content

Commit

Permalink
reverted PR2144
Browse files Browse the repository at this point in the history
  • Loading branch information
eschricker committed Oct 11, 2021
1 parent ac2ee25 commit 88c6e21
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 88c6e21

Please sign in to comment.