This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-be
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
birthday as string
master
Daniel
2 years ago
parent
7be8fd46ae
commit
ea6b2b0ceb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save