Explorar el Código

Documents : correctif getClass()

feature/souke
Guillaume Bourgeois hace 8 meses
padre
commit
249a3e5173
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      domain/Document/Document/DocumentSolver.php

+ 3
- 3
domain/Document/Document/DocumentSolver.php Ver fichero

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

Cargando…
Cancelar
Guardar