fix: DummyGeneral에서 logger가 제대로 지정되었을 경우 대비
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user