From e98345d1e49b8167a5176257293da46d86e658c9 Mon Sep 17 00:00:00 2001 From: huangdijia Date: Mon, 7 Dec 2015 17:54:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=20[]?= =?UTF-8?q?=E5=8F=96=E4=BB=A3array()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/behavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/behavior.php b/library/think/behavior.php index 9b40a768..19899cab 100644 --- a/library/think/behavior.php +++ b/library/think/behavior.php @@ -19,7 +19,7 @@ namespace think; abstract class Behavior { // 行为参数 和配置参数设置相同 - protected $options = array(); + protected $options = []; /** * 架构函数