Guillaume 2 jaren geleden
bovenliggende
commit
d87b7210bd
1 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. +2
    -3
      Model/Reduction/ReductionCatalogModel.php

+ 2
- 3
Model/Reduction/ReductionCatalogModel.php Bestand weergeven

@@ -114,13 +114,12 @@ abstract class ReductionCatalogModel extends AbstractLightEntity implements Redu
return $this;
}


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

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


Laden…
Annuleren
Opslaan