Skip to content

Commit aa53c95

Browse files
committed
Let symfony manage translations
1 parent 0b824cb commit aa53c95

File tree

2 files changed

+176
-212
lines changed

2 files changed

+176
-212
lines changed

src/Entity/BulkInfoProviderImportJobPart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BulkInfoProviderImportJobPart extends AbstractDBElement
4545
#[ORM\JoinColumn(nullable: false)]
4646
private BulkInfoProviderImportJob $job;
4747

48-
#[ORM\ManyToOne(targetEntity: Part::class)]
48+
#[ORM\ManyToOne(targetEntity: Part::class, inversedBy: 'bulkImportJobParts')]
4949
#[ORM\JoinColumn(nullable: false)]
5050
private Part $part;
5151

0 commit comments

Comments
 (0)