Parcourir la source

Refactoring services #885

refactoring
Guillaume il y a 1 an
Parent
révision
250093dd80
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      common/components/BusinessLogic.php

+ 1
- 1
common/components/BusinessLogic.php Voir le fichier

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

Chargement…
Annuler
Enregistrer