diff --git a/src/Factory.php b/src/Factory.php index 6037f2fb..9aed7687 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 = false) + public function make($resetClaims = true) { if ($resetClaims) { $this->emptyClaims();