瀏覽代碼

Documents : correctif getClass()

feature/souke
Guillaume Bourgeois 9 月之前
父節點
當前提交
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…
取消
儲存