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
Description
It is possible to use a repository that inherits from ServiceEntityRepository but not a repository that "just" implements ServiceEntityRepositoryInterface. Besides it's useful when you already extends from some other base repository.
Steps to reproduce
Create a repository that implements ServiceEntityRepositoryInterface
Sylius version affected: all
Description
It is possible to use a repository that inherits from
ServiceEntityRepository
but not a repository that "just" implementsServiceEntityRepositoryInterface
. Besides it's useful when you already extends from some other base repository.Steps to reproduce
ServiceEntityRepositoryInterface
Possible Solution
Check against the interface instead of the class.
SyliusResourceBundle/src/Bundle/DependencyInjection/Driver/Doctrine/DoctrineORMDriver.php
Line 74 in 01132cb
The text was updated successfully, but these errors were encountered: