Skip to content

Commit

Permalink
Added $is_beta class property to remove PHP warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal committed Dec 12, 2023
1 parent 9fb47e3 commit cf190a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion includes/entities/class-fs-user.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class FS_User extends FS_Scope_Entity {
* @var float
*/
public $gross;
/**
* @var bool
*/
public $is_beta;

#endregion Properties

Expand Down Expand Up @@ -70,4 +74,4 @@ function is_beta() {
static function get_type() {
return 'user';
}
}
}

0 comments on commit cf190a6

Please sign in to comment.