From 88c6e219618688a7da1e9815af1ba4c55c21114a Mon Sep 17 00:00:00 2001 From: Eric Schricker Date: Mon, 11 Oct 2021 11:51:08 +0200 Subject: [PATCH] reverted PR2144 --- src/Factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Factory.php b/src/Factory.php index 9aed7687..6037f2fb 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -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();