From 5b80721fa75e1d531f67727162dba34a99884770 Mon Sep 17 00:00:00 2001 From: Brabli <67018167+Brabli@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:38:53 +0100 Subject: [PATCH] Add alias --- config/services.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/services.yml b/config/services.yml index 8fbf795..741dc6f 100644 --- a/config/services.yml +++ b/config/services.yml @@ -1,4 +1,11 @@ + services: - Pcm\GeocodeBundle\Service\Geocoder: + _defaults: autowire: true - public: true \ No newline at end of file + autoconfigure: true + + pcm_geocode.geocoder: + alias: Pcm\GeocodeBundle\Service\Geocoder + public: true + + Pcm\GeocodeBundle\Service\Geocoder: ~