Cannot autowire service "App\ElasticRepository\UserRepository": argument "$finder" of method
"FOS\ElasticaBundle\Repository::__construct()" references interface
"FOS\ElasticaBundle\Finder\PaginatedFinderInterface" but no such service exists.
You should maybe alias this interface to one of these existing services: "fos_elastica.finder.user", "fos_elastica.finder.city".
Hi,
I've created
UserRepository
and correctly declared repository class infos_elastica.yaml
as it is in https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/custom-repositories.md but symfony cannot autowire service.I'm getting error like this:
Does any one know why it won't works?