EntityExporter: Konstruktor-Definition bereinigen

This commit is contained in:
Marcel Diegelmann 2025-12-12 15:05:05 +01:00
parent 70802d5176
commit d57e4204da

View file

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