Sylius version : 1.12.7
SyliusPayPlugPlugin version : 1.9.1
Php version : 8.1.18
In my project, I use attributes instead of annotations to map my entities (update with rector), and when executing the doctrine:schema:validate command I have a mapping error with the PayPlugSyliusPayPluginEntityCard entity.
I added the trait on the two entities that are Customer and PaymentMethod, but the mapping appears as invalid.
Temporarily I redefined the property of the trait with the attributes and the problem is temporarily solved.
Sylius version : 1.12.7
SyliusPayPlugPlugin version : 1.9.1
Php version : 8.1.18
In my project, I use
attributesinstead ofannotationsto map my entities (update withrector), and when executing thedoctrine:schema:validatecommand I have a mapping error with thePayPlugSyliusPayPluginEntityCardentity.I added the trait on the two entities that are
CustomerandPaymentMethod, but the mapping appears as invalid.Temporarily I redefined the property of the trait with the attributes and the problem is temporarily solved.