Skip to content

Commit

Permalink
wl-37862: [WL EXPLORER] - Add Class Periods to ClassView model
Browse files Browse the repository at this point in the history
+review WL-39288
  • Loading branch information
Bulletof committed Aug 15, 2022
1 parent eee32a7 commit bf1bee9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions WellnessLiving/Wl/Classes/ClassView/ElementModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ class ElementModel extends WlModelAbstract
* @var array
*/
public $a_schedule = [];

/**
* Business key.
*
* @get get
* @var string
*/
public $k_business = '';

/**
* Class key.
*
* @get get
* @var string
*/
public $k_class = '';
}

?>

0 comments on commit bf1bee9

Please sign in to comment.