diff --git a/Account/Group.php b/Account/Group.php index 03b606361..b2681635a 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -64,14 +64,20 @@ class Group implements ArrayableInterface, \JsonSerializable protected $members = []; /** - * Parents . + * Parents. * * @var int[] * @since 1.0.0 */ protected $parents = []; - private $status = GroupStatus::INACTIVE; + /** + * Group status. + * + * @var int + * @since 1.0.0 + */ + protected $status = GroupStatus::INACTIVE; /** * Permissions.