feature: kpi template
This commit is contained in:
parent
a087a9d4c8
commit
fb50c71232
|
|
@ -34,7 +34,7 @@ class Template extends Model
|
||||||
|
|
||||||
public function kpiitem()
|
public function kpiitem()
|
||||||
{
|
{
|
||||||
return $this->belongsToMany('app\admin\model\kpi\item', 'kpi_template_item', 'item_id', 'template_id');
|
return $this->belongsToMany('app\admin\model\kpi\Item', 'kpi_template_item', 'item_id', 'template_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user