ソースを参照

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);
}

読み込み中…
キャンセル
保存