fix: DummyGeneral에서 logger가 제대로 지정되었을 경우 대비

This commit is contained in:
2022-06-09 01:18:06 +09:00
parent 3b8a82fa42
commit 6a2b27b875
+1 -1
View File
@@ -63,7 +63,7 @@ class DummyGeneral extends General{
function applyDB($db):bool{
if($this->logger){
$this->initLogger(1, 1);
$this->initLogger($this->logger->getYear(), $this->logger->getMonth());
}
return true;
}