Explorar el Código

Refactoring services #885

refactoring
Guillaume hace 1 año
padre
commit
250093dd80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/components/BusinessLogic.php

+ 1
- 1
common/components/BusinessLogic.php Ver fichero

@@ -19,6 +19,7 @@ class BusinessLogic
$this->getCreditHistoryContainer(),
$this->getProducerPriceRangeContainer(),
$this->getUserProducerContainer(),
$this->getUserContainer(),
$this->getOrderSatusHistoryContainer(),
$this->getPointSaleDistributionContainer(),
$this->getProductDistributionContainer(),
@@ -29,7 +30,6 @@ class BusinessLogic
$this->getProductSubscriptionContainer(),
$this->getUserPointSaleContainer(),
$this->getPointSaleContainer(),
$this->getUserContainer(),
$this->getSubscriptionContainer(),
$this->getProductContainer(),
$this->getDistributionContainer(),

Cargando…
Cancelar
Guardar