Skip to content

Commit

Permalink
Merge pull request #17 from lamoda/fixMarkCodeSerializer
Browse files Browse the repository at this point in the history
Fix MarkCode serializer
  • Loading branch information
DmitriyMatvienko committed Jul 18, 2022
2 parents 7d86d28 + eab6486 commit dbaa6e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/V5/DTO/Register/MarkCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ final class MarkCode
*/
private $egais30;

/** @var string */
/**
* @var string
*
* @Serializer\Exclude()
*/
private $format;

public function __construct(string $value, string $format)
Expand Down

0 comments on commit dbaa6e5

Please sign in to comment.