Guillaume 3 years ago
parent
commit
d87b7210bd
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      Model/Reduction/ReductionCatalogModel.php

+ 2
- 3
Model/Reduction/ReductionCatalogModel.php View File

return $this; return $this;
} }



public function getProductFamily(): ?ProductFamilyModel
public function getProductFamily(): ?ProductFamilyInterface
{ {
return $this->productFamily; return $this->productFamily;
} }


public function setProductFamily(?ProductFamilyModel $productFamily): self
public function setProductFamily(?ProductFamilyInterface $productFamily): self
{ {
$this->productFamily = $productFamily; $this->productFamily = $productFamily;



Loading…
Cancel
Save