소스 검색

Documents : correctif getClass()

feature/souke
Guillaume Bourgeois 8 달 전
부모
커밋
249a3e5173
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      domain/Document/Document/DocumentSolver.php

+ 3
- 3
domain/Document/Document/DocumentSolver.php 파일 보기

@@ -120,9 +120,9 @@ class DocumentSolver extends AbstractService implements SolverInterface
if(!$pathComplete) {
return str_replace(
[
'domain\Document\DeliveryNote\Model\\',
'domain\Document\Invoice\Model\\',
'domain\Document\Quotation\Model\\'],
'domain\Document\DeliveryNote\\',
'domain\Document\Invoice\\',
'domain\Document\Quotation\\'],
'',
$classDocument);
}

Loading…
취소
저장