mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
注释改进 增加Json配置驱动
This commit is contained in:
@@ -45,9 +45,9 @@ class Relation
|
||||
/**
|
||||
* 架构函数
|
||||
* @access public
|
||||
* @param \think\Model $model 上级模型对象
|
||||
* @param Model $model 上级模型对象
|
||||
*/
|
||||
public function __construct($model)
|
||||
public function __construct(Model $model)
|
||||
{
|
||||
$this->parent = $model;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user