diff --git a/Models/WikiBadge.php b/Models/WikiBadge.php index cbbc111..5bf458e 100644 --- a/Models/WikiBadge.php +++ b/Models/WikiBadge.php @@ -31,7 +31,6 @@ class WikiBadge implements \JsonSerializable public function __construct() { - $this->createdAt = new \DateTime('now'); } public function getId() : int diff --git a/Models/WikiCategory.php b/Models/WikiCategory.php index e68e07f..fb235b4 100644 --- a/Models/WikiCategory.php +++ b/Models/WikiCategory.php @@ -33,7 +33,6 @@ class WikiCategory implements \JsonSerializable public function __construct() { - $this->createdAt = new \DateTime('now'); } public function getId() : int