Procházet zdrojové kódy

Refactor service

feature/export_comptable
Fab před 4 roky
rodič
revize
0b52918c21
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      ShopBundle/Services/UtilsManager.php

+ 3
- 3
ShopBundle/Services/UtilsManager.php Zobrazit soubor

@@ -48,7 +48,7 @@ class UtilsManager
return $this->utils ;
}

public function getUserUtils(): UserUtilsInterface
public function getUserUtils(): UserUtils
{
return $this->userUtils ;
}
@@ -78,12 +78,12 @@ class UtilsManager
return $this->deliveryUtils ;
}

public function getCreditUtils(): CreditUtilsInterface
public function getCreditUtils(): CreditUtils
{
return $this->creditUtils ;
}

public function getDocumentUtils(): DocumentUtilsInterface
public function getDocumentUtils(): DocumentUtils
{
return $this->documentUtils ;
}

Načítá se…
Zrušit
Uložit