mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 23:28:39 +00:00
Add comments
This commit is contained in:
parent
dcdce3efc2
commit
0aad7e90ad
|
|
@ -71,7 +71,13 @@ class Group implements ArrayableInterface, \JsonSerializable
|
||||||
*/
|
*/
|
||||||
protected $parents = [];
|
protected $parents = [];
|
||||||
|
|
||||||
private $status = GroupStatus::INACTIVE;
|
/**
|
||||||
|
* Group status.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
protected $status = GroupStatus::INACTIVE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Permissions.
|
* Permissions.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user