mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-14 02:58:40 +00:00
Remove created by
This commit is contained in:
parent
b6251f0ef2
commit
3db3073061
|
|
@ -85,14 +85,6 @@ class Group implements ArrayableInterface, \JsonSerializable
|
|||
*/
|
||||
protected $permissions = [];
|
||||
|
||||
/**
|
||||
* Created at.
|
||||
*
|
||||
* @var \DateTime
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $createdAt = null;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
|
@ -220,7 +212,6 @@ class Group implements ArrayableInterface, \JsonSerializable
|
|||
'id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'description' => $this->description,
|
||||
'createdBy' => $this->createdBy,
|
||||
'permissions' => $this->permissions,
|
||||
'members' => $this->members,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user