Browse Source

birthday as string

master
Daniel 2 years ago
parent
commit
ea6b2b0ceb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/ApiResource/ContactApi.php

+ 1
- 1
src/ApiResource/ContactApi.php View File

@@ -62,7 +62,7 @@ class ContactApi
#[NotBlank]
public ?PartnerApi $partner = null;

public ?\DateTimeInterface $birthday = null;
public ?string $birthday = null;

public ?MediaObject $image = null;



Loading…
Cancel
Save