diff --git a/WellnessLiving/Wl/Business/Account/BusinessAccountModel.php b/WellnessLiving/Wl/Business/Account/BusinessAccountModel.php index 38e327e4..dad4088a 100644 --- a/WellnessLiving/Wl/Business/Account/BusinessAccountModel.php +++ b/WellnessLiving/Wl/Business/Account/BusinessAccountModel.php @@ -16,6 +16,14 @@ class BusinessAccountModel extends WlModelAbstract * @var string[] */ public $a_business_keys = []; + + /** + * Specifies if only businesses having published locations should be returned. + * + * @get get + * @var bool + */ + public $is_published = false; } ?> \ No newline at end of file