Skip to content

Commit

Permalink
fixed dto assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga committed Feb 13, 2023
1 parent d958858 commit 1e9816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Domain/Service/Assembler/DtoAssembler.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private function create(EntityInterface $targetEntity)
$serviceClassName =
str_replace(
'Domain\\Model',
'Application\\Service',
'Domain\\Assembler',
$entityClass
)
. 'DtoAssembler';
Expand Down

0 comments on commit 1e9816e

Please sign in to comment.