Bläddra i källkod

Correction interface

master
Fab 3 år sedan
förälder
incheckning
4cf294ff4a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      Model/Reduction/ReductionCatalogModel.php

+ 2
- 2
Model/Reduction/ReductionCatalogModel.php Visa fil

@@ -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;


Laddar…
Avbryt
Spara