Remove created by

This commit is contained in:
Dennis Eichhorn 2017-09-06 15:17:33 +02:00
parent b6251f0ef2
commit 3db3073061

View File

@ -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,
];