Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Aug 28, 2024
1 parent 4775d99 commit 1ec178e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public function denormalize(array $payload, string $class): mixed
$payload = $serializer->denormalize(json_encode($payload), $class, null, [AbstractObjectNormalizer::SKIP_NULL_VALUES => true]);

return $payload;


}

Expand Down

0 comments on commit 1ec178e

Please sign in to comment.