Adding recipe for happyr/entity-exists-validation-constraint (#1179)

Adding recipe for happyr/entity-exists-validation-constraint
This commit is contained in:
Tobias Nyholm
2022-02-19 11:51:03 +01:00
committed by GitHub
parent 31ec9c7b22
commit 8d5aa5871e
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# 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' ]

View File

@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}