mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Add comments
This commit is contained in:
parent
dcdce3efc2
commit
0aad7e90ad
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user