happyr/entity-exists-validation-constraint

Generated files

config/packages/happyr_entity_exists_validator.yaml

# See Readme at https://github.com/Happyr/entity-exists-validation-constraint
services:
    Happyr\Validator\Constraint\EntityExistValidator:
        arguments: [ '@doctrine.orm.entity_manager' ]
        tags: [ 'validator.constraint_validator' ]