fix: 타 버전과 호환성을 위해, NO_SESSION 키워드 유지

This commit is contained in:
2022-04-21 23:37:37 +09:00
parent 949cdb47ed
commit 979e9672c0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class GetConst extends \sammo\BaseAPI
public function getRequiredSessionMode(): int
{
return static::DUMMY_SESSION;
return static::NO_SESSION;
}
public function findLastModified(): ?int