Brille24 / SyliusCustomOptionsPlugin

A Sylius plugin that adds customer options
MIT License
47 stars 34 forks source link

Fix Doctrine mapping #139

Closed mrmadhat closed 1 year ago

mrmadhat commented 1 year ago

Running bin/console doctrine:mapping:info produces the following error:

Warning: simplexml_load_string(): Entity: line 31: parser error : Opening and ending tag mismatch: mapped-superclass line 2 and entity

The issue is in the following files:

sylius-customer-options-plugin/src/Resources/config/doctrine/CustomerOptions.Validator.Constraint.orm.xml sylius-customer-options-plugin/src/Resources/config/doctrine/CustomerOptions.Validator.Condition.orm.xml