From 9bc6e3d34ca7e1ae1b1aabec70875db3cfa2b72b Mon Sep 17 00:00:00 2001 From: CJayHe <1044295598@qq.com> Date: Sat, 4 Sep 2021 03:17:51 +0800 Subject: [PATCH] Update Config.php (#1273) --- phpzlc/document-bundle/1.1/Document/Config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpzlc/document-bundle/1.1/Document/Config.php b/phpzlc/document-bundle/1.1/Document/Config.php index 07ec10de..61c3f628 100644 --- a/phpzlc/document-bundle/1.1/Document/Config.php +++ b/phpzlc/document-bundle/1.1/Document/Config.php @@ -19,7 +19,7 @@ class Config * * @return string */ - public function getPublishing() + public static function getPublishing() { return ''; } @@ -29,7 +29,7 @@ class Config * * @return string */ - public function getExplain() + public static function getExplain() { return ''; } @@ -39,7 +39,7 @@ class Config * * @return string */ - public function getNote() + public static function getNote() { return ''; } @@ -49,7 +49,7 @@ class Config * * @return string */ - public function getAppendix() + public static function getAppendix() { return ''; } @@ -59,7 +59,7 @@ class Config * * @return mixed */ - public function getHost() + public static function getHost() { return $_ENV['DOC_HOST']; }