Skip to content

Commit

Permalink
Update Faker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Feb 8, 2025
1 parent 614acd6 commit d75b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Faker.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function appStoreNotification(array $data = [], ?string $notificationType
$builder = $builder->withHeader('x5c', $x5c);

foreach ($data as $key => $value) {
$builder = $builder->withClaim($key, $value);
$builder = $builder->withClaim($key, $value);
}

return $builder;
Expand Down

0 comments on commit d75b289

Please sign in to comment.