Bladeren bron

Correction interface

master
Fab 3 jaren geleden
bovenliggende
commit
4cf294ff4a
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      Model/Reduction/ReductionCatalogModel.php

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

@@ -116,12 +116,12 @@ abstract class ReductionCatalogModel extends AbstractLightEntity implements Redu
}


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

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


Laden…
Annuleren
Opslaan