mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge pull request #8180 from David-Crty/patch-1
[Documentation] Updating target-entity of Taxonomy
This commit is contained in:
commit
9f1cb34ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Your product entity mapping should live inside ``Resources/config/doctrine/Produ
|
|||
|
||||
<!-- Your other mappings. -->
|
||||
|
||||
<many-to-many field="taxons" target-entity="Sylius\Bundle\TaxonomiesBundle\Model\TaxonInterface">
|
||||
<many-to-many field="taxons" target-entity="Sylius\Component\Taxonomy\Model\TaxonInterface">
|
||||
<join-table name="sylius_product_taxon">
|
||||
<join-columns>
|
||||
<join-column name="product_id" referenced-column-name="id" nullable="false" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue