버그 수정

This commit is contained in:
2019-04-21 01:38:17 +09:00
parent ae3688577d
commit d7522d0dc1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ class General implements iAction{
return getNationStaticInfo($this->raw['nation']);
}
function getLogger():ActionLogger{
function getLogger():?ActionLogger{
return $this->logger;
}