From 8f0bdf3167ae4f2d4bd0fd0093df9e6ac9af61f9 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sun, 16 May 2021 17:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/library/form/components/Editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/library/form/components/Editor.php b/extend/catcher/library/form/components/Editor.php index f58dfbd..3eaeea8 100644 --- a/extend/catcher/library/form/components/Editor.php +++ b/extend/catcher/library/form/components/Editor.php @@ -77,7 +77,7 @@ class Editor extends FormComponent * @param string $language * @return $this */ - public function language(string $language = 'zh_CN'): Editor + public function language(string $language = 'zh'): Editor { $this->props([ 'language' => $language