mirror of
https://gitee.com/niucloud-team/niucloud
synced 2026-08-14 17:35:36 +08:00
0.0.4
This commit is contained in:
@@ -116,7 +116,7 @@ class Site extends BaseModel
|
||||
return $this->hasOne(SiteGroup::class, 'group_id', 'group_id')->joinType('left')->withField('group_id, group_name')->bind(['group_name' => 'group_name']);
|
||||
}
|
||||
|
||||
public function addon() {
|
||||
public function addonName() {
|
||||
return $this->hasOne(Addon::class, 'key', 'app')->bind(['app_name' => 'title']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user