Skip to content

Commit

Permalink
add denormalization
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Aug 28, 2024
1 parent b3225f3 commit a737e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function validateRequest(array $payload, string $class): array

}

public function denormalize(array $payload $class): mixed
public function denormalize(array $payload, string $class): mixed
{

$serializer = $this->getSerializer();
Expand Down

0 comments on commit a737e30

Please sign in to comment.