From 63000bdd224c028f8c32517c7c2188613148b260 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 23:18:55 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ScoutMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/ScoutMessage.php b/hwe/sammo/ScoutMessage.php index 6167f5c1..e2f7dd0f 100644 --- a/hwe/sammo/ScoutMessage.php +++ b/hwe/sammo/ScoutMessage.php @@ -32,7 +32,7 @@ class ScoutMessage extends Message{ $this->validScout = false; } - if($this->validUntil <= new DateTime()){ + if($this->validUntil <= new \DateTime()){ $this->validScout = false; } }