feat: 통합 세력 장수/암행부 페이지 #213

Merged
Hide_D merged 31 commits from vue_general_list into devel 2022-04-08 02:28:58 +09:00
Showing only changes of commit 20bd638af7 - Show all commits
+1 -1
View File
@@ -109,7 +109,7 @@ class GetConst extends \sammo\BaseAPI
public function tryCache(): ?APICacheResult
{
if (is_subclass_of('\\sammo\\VersionGit', '\\sammo\VersionGitDynamic')) {
return new APICacheResult(TimeUtil::secondsToDateTime($this->findLastModified(), true, true));
return new APICacheResult(TimeUtil::secondsToDateTime($this->findLastModified()??\time(), true, true));
}
return new APICacheResult(null, $this->getCacheKey());