それも

This commit is contained in:
2026-04-30 19:53:00 +09:00
parent cf8545c5d8
commit 3879ffcc8e
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class Cache {
protected int $dataDuration = 1800; // 30分 protected int $dataDuration = 1800; // 30分
public function __construct(string $dataDir) { public function __construct(string $dataDir) {
$this->dataDir = $dataDir; $this->dataDir = ROOT.'/data/cache/openprovider/'.$dataDir.'/';
} }
/** /**

View File

@@ -42,7 +42,7 @@ use Std\Lib\Curl;
use Result; use Result;
class Openprovider { class Openprovider {
protected string $cacheDir = ROOT."/data/cache/openprovider/"; protected string $cacheDir = 'openprovider';
protected int $tokenDuration = 172800; // 48時間 protected int $tokenDuration = 172800; // 48時間
private Cache $cache; private Cache $cache;