-
-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Description
Filter are not injected into instance of entity manager when using MyRepository extend ServiceEntityRepository
, with
public function __construct(RegistryInterface $registry)
{
parent::__construct($registry, MyEntity::class);
}
In FilterCollection.php line 107:
[InvalidArgumentException]
Filter 'softdeleteable' does not exist.
Metadata
Metadata
Assignees
Labels
No labels