fixes
This commit is contained in:
@@ -14,4 +14,9 @@ class TagGroup extends Model
|
||||
{
|
||||
return $this->hasMany('App\Models\Shop\Tag');
|
||||
}
|
||||
|
||||
public function article_family()
|
||||
{
|
||||
return $this->belongsTo('App\Models\Shop\ArticleFamily');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user