mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-17 17:08:40 +00:00
Add comments
This commit is contained in:
parent
dcdce3efc2
commit
0aad7e90ad
|
|
@ -71,7 +71,13 @@ class Group implements ArrayableInterface, \JsonSerializable
|
|||
*/
|
||||
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