mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-06 20:48: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 = [];
|
protected $permissions = [];
|
||||||
|
|
||||||
/**
|
|
||||||
* Created at.
|
|
||||||
*
|
|
||||||
* @var \DateTime
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
protected $createdAt = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
|
|
@ -220,7 +212,6 @@ class Group implements ArrayableInterface, \JsonSerializable
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
'description' => $this->description,
|
'description' => $this->description,
|
||||||
'createdBy' => $this->createdBy,
|
|
||||||
'permissions' => $this->permissions,
|
'permissions' => $this->permissions,
|
||||||
'members' => $this->members,
|
'members' => $this->members,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user