Skip to content

Commit

Permalink
Allow image on biz
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann authored Dec 15, 2016
1 parent 5431597 commit 5999127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContextTypes/LocalBusiness.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class LocalBusiness extends AbstractContext
protected $structure = [
'name' => null,
'description' => null,
'image' => null,
'telephone' => null,
'email' => null,
'openingHours' => null,
Expand Down

0 comments on commit 5999127

Please sign in to comment.