diff --git a/tests/Faker.php b/tests/Faker.php index 0e5cbf9..b21fe33 100644 --- a/tests/Faker.php +++ b/tests/Faker.php @@ -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;