Selaa lähdekoodia

Refactor service

feature/export_comptable
Fab 4 vuotta sitten
vanhempi
commit
0b52918c21
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      ShopBundle/Services/UtilsManager.php

+ 3
- 3
ShopBundle/Services/UtilsManager.php Näytä tiedosto

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

Loading…
Peruuta
Tallenna