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 ?
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
?