We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2e36d commit af0bdecCopy full SHA for af0bdec
Resources/config/doctrine.yml
@@ -4,10 +4,10 @@ services:
4
arguments:
5
- '@annotations.reader'
6
tags:
7
- - { name: bazinga_geocoder.metadata.driver }
+ - bazinga_geocoder.metadata.driver
8
9
- Bazinga\GeocoderBundle\Doctrine\ORM\GeocoderListener:
10
- class: Bazinga\GeocoderBundle\Doctrine\ORM\GeocoderListener
+ Bazinga\GeocoderBundle\Doctrine\ORM\GeocodeEntityListener:
+ class: Bazinga\GeocoderBundle\Doctrine\ORM\GeocodeEntityListener
11
12
- !tagged_locator 'bazinga_geocoder.provider'
13
- '@Bazinga\GeocoderBundle\Mapping\Driver\DriverInterface'
0 commit comments