Когда инициализирую бандл v 5.1 в Symfony 4, получаю ошибку:
The "bazinga_geocoder.provider.acme" 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.
bazinga_geocoder.yaml:
bazinga_geocoder:
fake_ip: 123.123.123.123
providers:
acme:
factory: Bazinga\GeocoderBundle\ProviderFactory\YandexFactory
Контроллер:
$result = $this->container
->get('bazinga_geocoder.provider.acme')
->geocodeQuery(GeocodeQuery::create('London'));
В чем может быть проблема?
Основные этапы разработки сайта для стоматологической клиники
Продвижение своими сайтами как стратегия роста и независимости