Browse Source

Correction interface

master
Fab 3 years ago
parent
commit
4cf294ff4a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Model/Reduction/ReductionCatalogModel.php

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

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


Loading…
Cancel
Save