Remove parent construct. call

This commit is contained in:
Dennis Eichhorn 2018-05-14 21:17:00 +02:00
parent 8b360b20d0
commit 835b9552ff

View File

@ -56,8 +56,6 @@ class Group extends \phpOMS\Account\Group
public function __construct()
{
$this->createdAt = new \DateTime();
parent::__construct();
}
/**