EntityExporter: Konstruktor-Definition bereinigen

This commit is contained in:
Marcel Diegelmann 2025-12-12 15:05:05 +01:00
parent 09738bf57a
commit 86ac2822b7

View file

@ -64,7 +64,7 @@ class EntityExporter
{
public function __construct(
protected SerializerInterface $serializer,
protected AssemblyPartAggregator $partAggregator, private readonly AssemblyPartAggregator $assemblyPartAggregator,
protected AssemblyPartAggregator $partAggregator, private readonly AssemblyPartAggregator $assemblyPartAggregator
) {
}