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
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 ?
The text was updated successfully, but these errors were encountered:
Prometee
changed the title
[FEATURE] Allow Doctrine\ORM\*repository to be embeddable
[FEATURE] Allow Doctrine\ORM\*Repository to be embeddable
Mar 11, 2019
Prometee
pushed a commit
to Prometee/AdminOrderCreationPlugin
that referenced
this issue
May 14, 2024
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
?The text was updated successfully, but these errors were encountered: