File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Resources/config/doctrine Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121 <field name =" locale" type =" string" />
2222
23- <many-to-one field =" block" target-entity =" Sylius\CmsPlugin\Entity\Block " inversed-by =" contentElements" >
23+ <many-to-one field =" block" target-entity =" Sylius\CmsPlugin\Entity\BlockInterface " inversed-by =" contentElements" >
2424 <join-column name =" block_id" referenced-column-name =" id" nullable =" true" />
2525 </many-to-one >
2626
27- <many-to-one field =" page" target-entity =" Sylius\CmsPlugin\Entity\Page " inversed-by =" contentElements" >
27+ <many-to-one field =" page" target-entity =" Sylius\CmsPlugin\Entity\PageInterface " inversed-by =" contentElements" >
2828 <join-column name =" page_id" referenced-column-name =" id" nullable =" true" />
2929 </many-to-one >
3030 </mapped-superclass >
You can’t perform that action at this time.
0 commit comments