mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-16 07:09:33 +00:00
EntityExporter: Konstruktor-Definition bereinigen
This commit is contained in:
parent
09738bf57a
commit
86ac2822b7
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class EntityExporter
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
protected SerializerInterface $serializer,
|
protected SerializerInterface $serializer,
|
||||||
protected AssemblyPartAggregator $partAggregator, private readonly AssemblyPartAggregator $assemblyPartAggregator,
|
protected AssemblyPartAggregator $partAggregator, private readonly AssemblyPartAggregator $assemblyPartAggregator
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue