Skip to content

Commit

Permalink
Fix service config to register new listener class
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Feb 3, 2021
1 parent ef2e36d commit af0bdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/doctrine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
arguments:
- '@annotations.reader'
tags:
- { name: bazinga_geocoder.metadata.driver }
- bazinga_geocoder.metadata.driver

Bazinga\GeocoderBundle\Doctrine\ORM\GeocoderListener:
class: Bazinga\GeocoderBundle\Doctrine\ORM\GeocoderListener
Bazinga\GeocoderBundle\Doctrine\ORM\GeocodeEntityListener:
class: Bazinga\GeocoderBundle\Doctrine\ORM\GeocodeEntityListener
arguments:
- !tagged_locator 'bazinga_geocoder.provider'
- '@Bazinga\GeocoderBundle\Mapping\Driver\DriverInterface'
Expand Down

0 comments on commit af0bdec

Please sign in to comment.