Fixed class name
Changed class name in bundle option relationship. Because There is no ProductBundleProductProxy class. It is related to ProductBundleOptionProxy class.
This commit is contained in:
parent
8fe4fc1bc4
commit
d4cd3298ee
|
|
@ -23,7 +23,7 @@ class ProductBundleOptionProduct extends Model implements ProductBundleOptionPro
|
|||
*/
|
||||
public function bundle_option()
|
||||
{
|
||||
return $this->belongsTo(ProductBundleProductProxy::modelClass());
|
||||
return $this->belongsTo(ProductBundleOptionProxy::modelClass());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -33,4 +33,4 @@ class ProductBundleOptionProduct extends Model implements ProductBundleOptionPro
|
|||
{
|
||||
return $this->belongsTo(ProductProxy::modelClass());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue