We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde468a commit 3449a8bCopy full SHA for 3449a8b
1 file changed
Validator/Constraint/Address.php
@@ -28,7 +28,7 @@ class Address extends Constraint
28
self::INVALID_ADDRESS_ERROR => 'INVALID_ADDRESS_ERROR',
29
];
30
31
- public $service = 'Bazinga\GeocoderBundle\Validator\Constraints\AddressValidator';
+ public $service = AddressValidator::class;
32
33
public $message = 'Address {{ address }} is not valid.';
34
0 commit comments