Skip to content

Commit

Permalink
Merge pull request #38 from wellnessliving/EXP-1283-add_twitter_url_t…
Browse files Browse the repository at this point in the history
…o_locations

EXP-1283 Add twitter URL to the location SDK
  • Loading branch information
GreggHenry02 authored Nov 23, 2022
2 parents 52fca29 + a1e81ac commit 4e2ecdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WellnessLiving/Wl/Location/View/ViewModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,14 @@ class ViewModel extends WlModelAbstract
*/
public $url_site = '';

/**
* Location Twitter account url.
*
* @get result
* @var string
*/
public $url_twitter = '';

/**
* URL to wellnessliving web application of the business.
*
Expand Down

0 comments on commit 4e2ecdb

Please sign in to comment.