You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generation of a ManyToManyAssociationField fails.
bin/console frosh:make:definition Onedrop\\Test\\Entity\\PartyDefinition
New property name (press <return> to stop adding fields):
> participants
Field type [StringField]:
> ManyToManyAssociationField
Reference Class:
> Shopware\Core\Checkout\Customer\CustomerDefinition
In EntityLoader.php line 109:
Warning: Undefined property: PhpParser\Node\Expr\ClassConstFetch::$args
frosh:make:definition <namespace>
Expected behaviour
It should generate a ManyToMany Definition and reference that properly.
Steps to Reproduce?
Try to generate a ManyToManyAssociationField with reference to CustomerDefinition.
The text was updated successfully, but these errors were encountered:
PHP Version
8.1
Shopware Version
6.4.18.0
Actual behaviour
The generation of a ManyToManyAssociationField fails.
Expected behaviour
It should generate a ManyToMany Definition and reference that properly.
Steps to Reproduce?
Try to generate a
ManyToManyAssociationField
with reference toCustomerDefinition
.The text was updated successfully, but these errors were encountered: