Skip to content

Commit 6f02194

Browse files
norkunasNyholm
authored andcommitted
Add missing tag for AddressValidator constraint (#232)
1 parent 0f77ca3 commit 6f02194

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Resources/config/services.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ services:
3838
arguments: ['@Geocoder\ProviderAggregator']
3939
tags: [{ name: 'console.command' }]
4040

41-
Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator: ['@geocoder']
41+
Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator:
42+
arguments: ['@geocoder']
43+
tags:
44+
- { name: 'validator.constraint_validator' }
4245

4346
# Keep these aliases for BC purpose
4447
bazinga_geocoder.geocoder:

0 commit comments

Comments
 (0)