drop not needed "constant" type argument

This commit is contained in:
Christian Flothmann 2019-04-06 22:23:29 +02:00
parent a84842b519
commit faf629386e

View File

@ -64,7 +64,7 @@
<service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
<argument type="service" id="http_client" on-invalid="null" />
<argument>%kernel.charset%</argument>
<argument type="constant">false</argument>
<argument>false</argument>
<tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" />
</service>