mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 14:02:47 +08:00
修改架构函数为 构造方法
This commit is contained in:
@@ -118,7 +118,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
protected static $initialized = [];
|
||||
|
||||
/**
|
||||
* 架构函数
|
||||
* 构造方法
|
||||
* @access public
|
||||
* @param array|object $data 数据
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user