I installed the bundle to my project https://github.com/M6Web/CassandraBundle
But when i try to reach this config in controller like this
$cassandra = $this->get('m6web_cassandra.client.myclient');
I got this error
The "m6web_cassandra.client.myclient" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
In the github page are not any info about it, How can i reach the config?