mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
代码规范 []取代array()
This commit is contained in:
@@ -19,7 +19,7 @@ namespace think;
|
|||||||
abstract class Behavior {
|
abstract class Behavior {
|
||||||
|
|
||||||
// 行为参数 和配置参数设置相同
|
// 行为参数 和配置参数设置相同
|
||||||
protected $options = array();
|
protected $options = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 架构函数
|
* 架构函数
|
||||||
|
|||||||
Reference in New Issue
Block a user