Skip to content

Commit 5748ca4

Browse files
authored
Merge pull request #66 from mediatacom/feat/organization_with_telephone
Add telephone property to organization type
2 parents 9f07d7c + cc6bdea commit 5748ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ContextTypes/Organization.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Organization extends Thing
1414
'logo' => ImageObject::class,
1515
'contactPoint' => ContactPoint::class,
1616
'email' => null,
17+
'telephone' => null,
1718
];
1819

1920
/**

0 commit comments

Comments
 (0)