Merge pull request #8180 from David-Crty/patch-1

[Documentation] Updating target-entity of Taxonomy
This commit is contained in:
Magdalena Banasiak 2017-06-21 10:59:35 +02:00 committed by GitHub
commit 9f1cb34ef3

View file

@ -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" />