From 835b9552ffae4d03e1eb55c7fad7a0b2eda6da2b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 14 May 2018 21:17:00 +0200 Subject: [PATCH] Remove parent construct. call --- Models/Group.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Models/Group.php b/Models/Group.php index 89cbc6a..09aa265 100644 --- a/Models/Group.php +++ b/Models/Group.php @@ -56,8 +56,6 @@ class Group extends \phpOMS\Account\Group public function __construct() { $this->createdAt = new \DateTime(); - - parent::__construct(); } /**