Fixes
This commit is contained in:
@@ -22,8 +22,8 @@ class ArticleFamily extends Model
|
||||
return $this->hasMany('App\Models\Shop\Price');
|
||||
}
|
||||
|
||||
public function unities()
|
||||
public function packages()
|
||||
{
|
||||
return $this->hasMany('App\Models\Shop\Unity');
|
||||
return $this->hasMany('App\Models\Shop\Package');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user