Refactoring, change menu, add many features
This commit is contained in:
@@ -21,4 +21,9 @@ class Variation extends Model
|
||||
{
|
||||
return $this->belongsTo(Unity::class);
|
||||
}
|
||||
|
||||
public function offers()
|
||||
{
|
||||
return $this->hasMany(Offer::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user