We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f77ca3 commit 6f02194Copy full SHA for 6f02194
Resources/config/services.yml
@@ -38,7 +38,10 @@ services:
38
arguments: ['@Geocoder\ProviderAggregator']
39
tags: [{ name: 'console.command' }]
40
41
- Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator: ['@geocoder']
+ Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator:
42
+ arguments: ['@geocoder']
43
+ tags:
44
+ - { name: 'validator.constraint_validator' }
45
46
# Keep these aliases for BC purpose
47
bazinga_geocoder.geocoder:
0 commit comments