We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf5df7 + d517042 commit 9828179Copy full SHA for 9828179
README.md
@@ -53,6 +53,14 @@ Add some annotations to your `src/Entity/Channel/Channel.php` entity to prevent
53
+ * )
54
+ * })
55
*/
56
+ #[ORM\Entity]
57
+ #[ORM\Table(name: 'sylius_channel')]
58
++ #[ORM\AssociationOverrides([
59
++ new ORM\AssociationOverride(
60
++ name: 'baseCurrency',
61
++ joinColumns: new ORM\JoinColumn(name: 'base_currency_id', referencedColumnName: 'id', nullable: true)
62
++ )]
63
64
class Channel extends BaseChannel
65
```
66
0 commit comments