FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

Use Sylius parameter for product image model #261

Closed aleho closed 3 years ago

aleho commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Fixed tickets #253

Hard-coding the ProductImage model class breaks default setups where the entity is actually App\Entity\Product\ProductImage. The default in Sylius apparently is to always use parameters where models are involved.