Procházet zdrojové kódy

Refactoring services #885

refactoring
Guillaume před 1 rokem
rodič
revize
250093dd80
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      common/components/BusinessLogic.php

+ 1
- 1
common/components/BusinessLogic.php Zobrazit soubor

@@ -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(),

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