Skip to content

Commit 5999127

Browse files
authored
Allow image on biz
1 parent 5431597 commit 5999127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ContextTypes/LocalBusiness.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class LocalBusiness extends AbstractContext
1212
protected $structure = [
1313
'name' => null,
1414
'description' => null,
15+
'image' => null,
1516
'telephone' => null,
1617
'email' => null,
1718
'openingHours' => null,

0 commit comments

Comments
 (0)