We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9463a7 commit fa421ffCopy full SHA for fa421ff
src/Entity/CustomerOptions/CustomerOptionTranslation.php
@@ -28,7 +28,7 @@ class CustomerOptionTranslation extends AbstractTranslation implements CustomerO
28
#[ORM\Column(type: 'string', nullable: true)]
29
protected ?string $name = null;
30
31
- #[ORM\ManyToOne(targetEntity: CustomerOption::class, inversedBy: 'translations')]
+ #[ORM\ManyToOne(targetEntity: CustomerOptionInterface::class, inversedBy: 'translations')]
32
#[ORM\JoinColumn(onDelete: 'CASCADE')]
33
protected ?TranslatableInterface $translatable = null;
34
0 commit comments