From 0e039123b40ceed7b008f310c2b61c293f99cf28 Mon Sep 17 00:00:00 2001 From: brjun Date: Thu, 13 May 2021 17:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0transtoken=E5=8F=AF=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE=EF=BC=8C=E6=97=A0=E9=A1=BB?= =?UTF-8?q?=E6=8C=87=E5=AE=9Acache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/Api/Site/Schema.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Src/Api/Site/Schema.php b/Src/Api/Site/Schema.php index bd0c927..dcb5266 100644 --- a/Src/Api/Site/Schema.php +++ b/Src/Api/Site/Schema.php @@ -26,9 +26,6 @@ public function get() if (empty($this->siteInfo)) { throw new \RuntimeException('缺少站点信息参数'); } - if (empty($this->cache)) { - throw new \RuntimeException('需要指定存储Cache'); - } $data = $this->siteInfo->toArray(); return parent::post($data); }