DummySession 준비
This commit is contained in:
@@ -132,4 +132,15 @@ class Setting
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getDetailStatus()
|
||||
{
|
||||
if(!$this->isRunning()){
|
||||
return [
|
||||
'game'=>null,
|
||||
'me'=>null
|
||||
];
|
||||
}
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user