瀏覽代碼

birthday as string

master
Daniel 2 年之前
父節點
當前提交
ea6b2b0ceb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/ApiResource/ContactApi.php

+ 1
- 1
src/ApiResource/ContactApi.php 查看文件

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

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

public ?MediaObject $image = null;



Loading…
取消
儲存