FOSElasticaBundle
FOSElasticaBundle copied to clipboard
The service "fos_elastica.command.delete" has a dependency on a non-existent service "fos_elastica.client.default"
Hi,
I am not using the default client but using my own defined one main


How could i fix this ?
It only happens in prod env env, It seems like the service is present in dev mode, but not in prod mode
I fixed this issue by adding the default => [] in my configuration
prependExtensionConfig seems to have a weird behaviour in dev/pord env
