소스 검색

Refactoring services #885

refactoring
Guillaume 1 년 전
부모
커밋
250093dd80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/components/BusinessLogic.php

+ 1
- 1
common/components/BusinessLogic.php 파일 보기

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

Loading…
취소
저장