From ddbf8c2fb94cd862adaa1322be9e3ee88a9c0fdc Mon Sep 17 00:00:00 2001 From: ZweiCD <416931358@qq.com> Date: Tue, 7 Apr 2020 15:24:57 +0800 Subject: [PATCH] update --- src/GwallWms.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GwallWms.php b/src/GwallWms.php index 2dee817..4420ef0 100644 --- a/src/GwallWms.php +++ b/src/GwallWms.php @@ -14,6 +14,8 @@ class GwallWms extends QimenWms protected static $default_sender_address = '王家湖路22号大壹云仓'; protected static $default_zip_code = '000000'; + protected $config = []; + public function __construct($config = null) { $wmsConf = $config ?? (require(dirname(dirname(__FILE__)) . '/config/wms.php'))['gwall'];