Removed useless 'parent' attribute.
This commit is contained in:
@@ -33,8 +33,6 @@ class ProductUpdateEvent extends ProductCreateEvent
|
|||||||
protected $description;
|
protected $description;
|
||||||
protected $postscriptum;
|
protected $postscriptum;
|
||||||
|
|
||||||
protected $parent;
|
|
||||||
|
|
||||||
public function __construct($product_id)
|
public function __construct($product_id)
|
||||||
{
|
{
|
||||||
$this->product_id = $product_id;
|
$this->product_id = $product_id;
|
||||||
@@ -87,16 +85,4 @@ class ProductUpdateEvent extends ProductCreateEvent
|
|||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getParent()
|
|
||||||
{
|
|
||||||
return $this->parent;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setParent($parent)
|
|
||||||
{
|
|
||||||
$this->parent = $parent;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user