AdminOrderCreationPlugin
AdminOrderCreationPlugin copied to clipboard
[FEATURE] Allow Doctrine\ORM\*Repository to be embeddable
trafficstars
I don't know if it the right word to use here : "embeddable" but if we have several plugins or src/Repository/* classes we can have some troubles.
So we are force to decorate the service or to copy/paste the repository methods.
Is there any other way to make this to work, if for exemple we have another ProductVariantRepository ?