EntityExporter: Konstruktor-Deklaration korrigieren; Dienstkonfiguration für Tests aktualisieren

Fügt Standardwerte für autowire und autoconfigure in der Testumgebung hinzu. Markiert EntityExporter als öffentlich und bereinigt die Konstruktor-Definition in der zugehörigen Klasse.
This commit is contained in:
Marcel Diegelmann 2025-12-12 15:23:52 +01:00
parent d57e4204da
commit 7a0b716b29
2 changed files with 8 additions and 1 deletions

View file

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