From 924321b45247363326429d3ab29d96ca9aa824f9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Nov 2017 22:00:34 +0100 Subject: [PATCH] Scrutinizer php fixes --- Models/WikiBadge.php | 1 - Models/WikiCategory.php | 1 - 2 files changed, 2 deletions(-) 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