Skip to content

Commit 86ac282

Browse files
author
Marcel Diegelmann
committed
EntityExporter: Konstruktor-Definition bereinigen
1 parent 09738bf commit 86ac282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ImportExportSystem/EntityExporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class EntityExporter
6464
{
6565
public function __construct(
6666
protected SerializerInterface $serializer,
67-
protected AssemblyPartAggregator $partAggregator, private readonly AssemblyPartAggregator $assemblyPartAggregator,
67+
protected AssemblyPartAggregator $partAggregator, private readonly AssemblyPartAggregator $assemblyPartAggregator
6868
) {
6969
}
7070

0 commit comments

Comments
 (0)